issue in modifying transaction replication articles sql server 2022

Alessio Sammartino 5 Reputation points
2023-02-08T14:23:22.6866667+00:00

While modifying an article in a transactional publication after saving I get this error that seems new to sql server 2022:

Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.SqlServer.Management.UI.ArticlePropertiesForm.resources" was correctly embedded or linked into assembly "CreatePubWizard" at compile time, or that all the satellite assemblies required are loadable and fully signed. (mscorlib)

any idea on how to solve?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,606 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Ronen Ariely 15,096 Reputation points
    2023-02-19T04:09:53.1733333+00:00

    Good day @Alessio Sammartino

    According to your description, this issue is related to a specific version of the SQL Server Management studio (SSMS) and not to the SQL Server. If as you said, you can run it using SSMS 18.x and not using SSMS 19.x then you should report it as a BUG in the Microsoft feedback system here: https://feedback.azure.com

    The direct link to report SQL Server or SSMS issues it here:

    https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0

    Note! It is HIGHLY recommended to check it using Azure Data Studio (ADS) instead of SSMS:

    https://learn.microsoft.com/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver16&tabs=redhat-install%2Credhat-uninstall&WT.mc_id=DP-MVP-5001699

    0 comments No comments

  2. Alessio Sammartino 5 Reputation points
    2023-04-20T12:00:59.7166667+00:00

    I will report the bug. I am not using azure. I downloaded ssms following the link from the sql server 2022 installation

    0 comments No comments