Can't start debugger in VS2012 RC

前端 未结 16 2222
渐次进展
渐次进展 2021-01-03 21:27

Configuration:

  • Windows 7, 64 bit
  • Microsoft Visual Studio Professional 2012 RC Version 11.0.50522.1 RCREL
  • Running VS in administrator mode
16条回答
  •  庸人自扰
    2021-01-03 22:25

    I personally encountered some comparable problem: Visual Studio 2010 did not begin debugging but froze.

    When I clicked VS it displayed a "Wait some more" or "Switch to" message box which didn't help me.

    Using a task manager I could kill the *.vshost.exe process which brought VS back to life but aborted the debugging. Launching the program without debugging started the application instantly.

    Solution:

    Disable the indexing service for your code directories! Either deactivate the index service or uncheck the folders in the Indexing Service control panel.

提交回复
热议问题