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 Remote Debugging Monitor on the remote computer. The Remote Debugging Monitor is required for remote debugging to work.

If you are trying to connect to an instance of the 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.

To correct this error

  1. Make sure that the remote computer has access to the Remote Debugging Monitor.

    1. If you are debugging a Windows client application, create a file share on the Visual Studio computer and run the remote debugger off this file share. Make sure that the remote computer has access to the file share.

    2. If you are debugging an ASP.NET application or other server application, run Visual Studio setup on the remote computer and use the Visual Studio 2005 Remote Debugger Configuration wizard to enable the remote debugger service.

    For more information, see How to: Set Up Remote Debugging.

  2. Start the Remote Debugging Monitor on the remote computer. See How to: Run the Remote Debugging Monitor.

See Also

Tasks

Remote Debugging Errors and Troubleshooting