VS2010 error: Unable to start debugging on the web server

前端 未结 27 3583
萌比男神i
萌比男神i 2020-12-13 07:42

I get error message \"Unable to start debugging on the web server\" in Visual Studio 2010. I clicked the Help button and followed the related suggestions without success.

27条回答
  •  猫巷女王i
    2020-12-13 08:33

    Check whether the msvsmon.exe (Visual studio Remote Debugging Monitor) file is existing in the below path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x64

    If the file does not persist on the above mentioned path,then you need to get it from any other machine which is having the same version of Visualstudio.

提交回复
热议问题