
C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\PublicAssemblies.
#Ssms v18.5 download .dll#
dll library inside the installed "Microsoft SQL Server Management Studio 18" folder and found two files located at the following path: So it seemed, the issue had something to do with the .8.0.dll file. In both cases, they had the same detailed description of the error: All those errors in a log file happened when the two tasks below were attempted: Looking at the generated ssms.exe log file, it consisted of multiple tags and some of them were Errors showing 80004005 - E_FAIL.
#Ssms v18.5 download full#
We need to specify the full path to the log file, something like this: We do this by using -log argument, followed by the location and the name of the log file. The executable file for the SQL Server Management Studio is ssms.exe and we need to run it with the logging enabled.
#Ssms v18.5 download windows#
In my case using Windows 10, this was at C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE

From the list of installed applications, select "Microsoft SQL Server Management Studio" and click on the Uninstall button.On Windows, run the "Programs and Features" utility.We can use the Repair option that is located in "Programs and Features", but the option is a bit hidden. Examining the content of the SSMS log file.Using the SQL Server Management Studio log file.
