简体   繁体   中英

Visual Studio 2012 random debugger startup failure: Unable to start program

I have a managed startup project and quite often when I press F5 the Visual Studio complains with dialog "Unable to start program '...\\test.exe'" (no additional information). The process test.exe is actually started in the background but when I try to attach the debugger to it, VS complains that debugger is already attached. To be able to debug again I have to manually kill the test.exe process and restart the VS. I run VS as Administrator. Thanks!

Important information:

  1. Running on Windows Server 2008 x64.
  2. Application is x64.
  3. Running VS as Administrator.

The problem disappeared (almost completely) after uninstalling and installing the latest VS2012Pro. I had the same message again but just a few times since that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM