'Microsoft SQL Server Management Studio error at startup
I get this error when I try to run Microsoft SQL Server Management Studio:
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

SxSTrace detail:
What I did for solving the problem:
- reinstalled SQL Server
- reinstalled Microsoft SQL Server Management Studio
- updated at recent version of .NET Framework
- reinstalled Visual C++ Redistributable
And I still get that same error.
What should I do?
Solution 1:[1]
you should install an earlier version. I had the same error and I installed version 18.5 and it worked just fine.
https://docs.microsoft.com/pt-br/sql/ssms/release-notes-ssms?view=sql-server-ver15#185
Solution 2:[2]
I had the same error with version 18.9.2. I don't know if it's related to the problem, but I firstly installed SSMS in Program Files and not in Program Files (x86).
First I have tried to repair the installation, with no success.
Then I have uninstalled SSMS, rebooted by PC, re-installed SSMS (this time in the default Program Files (x86) folder) and rebooted my PC again.
After these steps, I was able to start SSMS without errors.
Solution 3:[3]
I did the following to solve this error.
Copied all the files and folders from the folder C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\ from a working machine and pasted on the server which was having issue.
Once the copying was completed, I it started appearing in Add or remove programs @ control panel.
Post copy SSMS started working normally.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Patrick Dantas |
| Solution 2 | Ricky Sixx |
| Solution 3 | Arun Kumar U |
