-3

This is my problem. When i click in the start button this message will be coming. I can't start my project.

Here is the print screen about the error:

screenshot

Roger Rowland
  • 25,885
  • 11
  • 72
  • 113

2 Answers2

0

You may find this helpful:- Error: The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer.

When you try to do remote debugging, you might receive this error message. It means that Visual Studio could not find an instance of the Visual Studio Remote Debugging Monitor on the remote computer. The Visual Studio Remote Debugging Monitor is required for remote debugging to work.

If you are trying to connect to an instance of the Visual Studio Remote Debugging Monitor running under a different user account, you have to tell the debugger the name of the instance of msvsmon.exe to connect to, for example, user_name@computer.

Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331