Click here to Skip to main content
15,884,050 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
microsoft visual studio debegging(msvsmon.exe) failed to start
Posted

1 solution

try this...:)
HTML
For this issue, I think you could also have a try repair your Visual Studio, you could follow the procedures below,

To repair Visual Studio

1.In Control Panel, on the Programs and Features page, choose the product edition that you want to repair, and then choose Uninstall/Change.

2.In the Setup wizard, choose Repair, choose Next, and then follow the remaining instructions.

To repair Visual Studio in silent or passive modes (that is, repair from source)

1.On the computer where Visual Studio is installed, open the Windows command prompt.

2.Enter the following parameters:

 DVDRoot \vs_ProductName.exe [/norestart]

 If ERRORLEVEL 1 Echo ERRORLEVEL=%ERRORLEVEL%

hope it helps you,


Debug error of visual studio[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900