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:
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:
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.
Try these links, and see if it can help
http://msdn.microsoft.com/en-us/library/ms164726.aspx
http://msdn.microsoft.com/en-us/library/xf8k2h6a(v=vs.100).ASPX
Unable to start debugging - Visual Studio 2012
I hopes it might help you