I am facing this issue
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified
I am using SQL Server 2019 and SSMS 18 I checked my folder where SDK and assemblies exist there is not Microsoft.SqlServer.ConnectionInfo DLL in 130 , 150 SDK folder of SQL server.
how can I solve it, is it SMO problem or other Thanks
Install the SMO Nuget Package. See this page for more information: Installing SMO