Microsoft Sql Server Management Studio value cannot be null parameter name componente.design

Velázquez Paulín Tania Noemi 60 Reputation points
2023-06-21T22:58:45.1433333+00:00

I upgraded SMSS to version 19.0.2 on my  servers(Windows Server 2016) with SQL Server 2017 y 2019. On servers 2019 maintenance plans run perfectly (i can modify on SSMS) but on server with 2017 show this error

Microsoft SQL Server Managment Studio is unable to load this document:
Invalid class string.

Value cannot be null
Parameter name: component (System.Design)

 

I've tried to solve it with regsvr32 dts.ll but didn't work.

 

On my laptop only is installed SSMS 19.0.2 and show the same error doesnt matter version of SQL Server (2017,2019)

 

Send help :(

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,496 Reputation points
    2023-06-22T06:12:55.67+00:00

    Hi @Velázquez Paulín Tania Noemi

    Have you tried to run below code?

    regsvr32.exe ole32.dll

    In addition, SSMS 19.1 is the latest general availability (GA) version. If you have a preview version of SSMS 19 installed, you should uninstall it before installing SSMS 19.1. If you have SSMS 19.x installed, installing SSMS 19.1 upgrades it to 19.1.

    Download SQL Server Management Studio (SSMS)

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


1 additional answer

Sort by: Most helpful
  1. Velázquez Paulín Tania Noemi 60 Reputation points
    2023-06-23T15:53:59.78+00:00

    Yeah i did

    sss

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.