Visual Studio 2012 A remote operation is taking longer than expected

前端 未结 7 1997
孤独总比滥情好
孤独总比滥情好 2020-12-12 17:04

I\'m running Visual Studio 2012 on Windows 8 64bit. I have a 64 bit project that is in source control and I\'m trying to run it at home on my Windows 8 pc. The application b

7条回答
  •  遥遥无期
    2020-12-12 17:34

    I am working with VS2012 (Windows7, 64-bit PC). When I selected DEBUG - Attach to Process... I did see a messagebox saying "A 64-bit debugging operation is taking longer than expected". I downloaded I free trial version of VS2010 and noticed that in VS2010 it worked fine. So, I copied the files msvsmon.exe and msvsmon.exe.config from VS2010 (C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x64 and C:\ ... \x86) into the same maps in VS2012. Now it is working VS2012. Hope this helps you too. Good luck.

提交回复
热议问题