I develope a managed MMC3 snapin and converted that project from vs2008 to vs2010. The target framework is 3.5 with AnyCPU and the snap in built with vs2010 runs as expected.As the snapin is a class library project I need a host process to debug it.I specified c:\windows\system32\mmc.exe.When pressing F5 mmc.exe gets started (vs2010 is started on Win7 x64 with admin privileges). It look like the debugger is attached as I can enable break points in my code but those break points are not hit.When I detach VS2010 from MMC and attach again the break points are hit.In vs2008 it works using F5, no need to detach/attach manually.
Product Language
Visual Studio Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results