Update Broke SSMS and now I can't use it.
Michael_Andrews
Posts: 7 Bronze 1
in SQL Prompt
So this morning, I noticed my sql prompt was not working. It wasn't auto completing or anything. I went to go look at options and all I had were license management and about. I refreshed the license and it said it was licensed. However it still wouldn't work. I did a check for updates and there was one, and so I did that. Now, when I open SSMS, I get this error
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
And then I cannot do anything in SSMS. So I basically can't work. Is there either a fix for this or a way for me to start SSMS without sql prompt on so I can at least work?
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
And then I cannot do anything in SSMS. So I basically can't work. Is there either a fix for this or a way for me to start SSMS without sql prompt on so I can at least work?
Tagged:
Answers
Could you confirm which version of SSMS you are using? Please could you try updating to the latest version of SSMS.
Thanks,
Owen
SQL Prompt / SQL Search
SQL Server Management Studio 15.0.18206.0
"
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
"
Any resolutions?
Results:
Updating to SSMS 18.7.1 resulted in a whole lot of other errors referencing other SQL Toolbelt tools that I had installed (SQL Source Control, SQL Test, etc.), so I updated all my SQL Toolbelt tools to latest, and now it seems to be working.
This appears to be a bug relating to SQL Prompt in SSMS 18.4. We have triaged this and we will investigate it in the near future. In the meantime upgrading SSMS to the latest version should resolve any issues.
Thanks,
Owen
SQL Prompt / SQL Search
When I hit New Query everything freezes and the application says it is busy.
I am having a similar experience and I have two versions of SSMS on my development machine. I use a version 17 (14.0.17289.0) because the debugger is available on this version. If you have permission, the debugger is a great tool. SQL Prompt is working with Version 17, but my Version 18 (15.0.18118.0) Client tools (15.0.1300.131.) generates This error:
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
This is causing SSMS to shutdown and restart. This is repeatable.
Suggestions? John