Unable to start debugging - Visual Studio 2012

后端 未结 11 2647
名媛妹妹
名媛妹妹 2020-12-17 19:20

\"Unable to start debugging \'C:\\Windows\\System32\\WWAHost.exe\'. The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the r

11条回答
  •  渐次进展
    2020-12-17 20:00

    I encountered this error as well.

    The cause of mine was that I had accidentally emptied out the following property

    Properties->Debugging->WorkingDirectory

    Changing it to:

    inherit from parent or project defaults

    Solved the issue.

提交回复
热议问题