Configuration:
When I press F5, the solution builds... and nothing else happens.
If instead, I use the Debug / Attach to Process... menu, after a few seconds, I get:
Any suggestions or clues?
The main points that I wonder about:
(Cross posted on social.msdn)
I had the same problem in VS 2012 (not the RC, but the final release) using a VS 2010 project. It would build fine, but the debugger would not start. So, I modified the solution file:
Changed "Format Verion 11.00" to "Format Verion 12.00" And changed "# Visual Studio 2010" to "# Visual Studio 2012"
It's a workaround for now until my company upgrades its projects to VS 2012.