Additional SQL Server features and topics not covered by specific categories
Hi @Keith McIntyre ,
> When I start SSMS 18, the splash screen displays for a moment then goes away.
Please copy the file: Microsoft.VisualStudio.Shell.Interop.8.0.dll
from the directory: C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\PrivateAssemblies\Interop
into the directory: C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\PublicAssemblies
,then SSMS should start behaving.
If it is still not work, please try below steps;
- Close all instances of SSMS
- Edit ssms.exe.config
- Remove the line that has the following text (should be line 38): NgenBind_OptimizeNonGac enabled=“1”
Or the another method;
Simply remove the file C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\CommonExtensions\Platform\Microsoft.VisualStudio.MinShell.Interop.pkgdef
Quote from the thread SQL Server Management Studio 18 won't open (only splash screen pops up) and MS feed back SSMS2018 - Installed, but will not run.
If the response is helpful, please click "Accept Answer" and upvote it, thank you.