I work on a variety of test and demo systems and recently stumbled across an oddity with SQL Server Management Studio (SSMS); when I tried to launch it using the shortcut, the splash screen would display, stay on screen for a few seconds before disappearing with SSMS never starting, but no error message appearing or showing in the logs.
If I tried to start it by typing ssms
in a command prompt I received the following error:
I did some exploring and found this article on Stackoverflow which resolved my problem.
Find the Ssms.exe.config file and erase the line <NgenBind_OptimizeNonGac enabled="1" />
:
What should we write about next?
If there is a topic which fits the typical ones of this site, which you would like to see me write about, please use the form, below, to submit your idea.
1 thought on “Cannot Launch SQL Server Management Studio”