Using VS2008, I occasionally get
“Error while trying to run project: Unable to start debugging.
The Microsoft Visual Studio Remove Debugging Monitor has been closed on the remote machine”.
To solve this problem:
(i) Close the Visual Studio.
(ii) Open task manager and make sure that “devenv.exe” or “devenv.exe*32” are not running. If they are close them by selecting them and then click on “End Process”
Add a comment