Unable to start debugging - Visual Studio 2012

后端 未结 11 2542
名媛妹妹
名媛妹妹 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 19:54

    I had the same problem. I fixed it by changing properties/compile/target platform to x86 instead of Any CPU. It solved the problem in my case. Hope it helps.

    0 讨论(0)
  • 2020-12-17 19:56

    For me this worked in VS2013: Save your work, close Visual Studio then reopen your project

    0 讨论(0)
  • 2020-12-17 19:58

    If you are using Microsoft's Azure, try attaching manually the debugger:

    I have outlined the steps in the following answer:

    https://stackoverflow.com/a/35738995/1057052

    0 讨论(0)
  • 2020-12-17 20:00

    Ensure you have Local Machine selected in this drop-down menu:

    enter image description here

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-17 20:01

    Problem solved. Installed Remote tools update from here and working fine. Thanks for responding. Closing the topic.

    0 讨论(0)
提交回复
热议问题