Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2012,Vb。我尝试使用编辑并继续(在调试时编辑代码),并得到这个异常:
“不允许更改 64 位应用程序”
并且针对 x86 平台,不起作用。我能做些什么?有什么建议吗?
VS2012 中的 Edit + Continue 仅支持 32 位代码,自 VS2005 以来一直如此。
这将很快改变,VS2013 将支持 64 位托管代码的 E+C。目前处于预览阶段。
编辑并继续现在在 Visual Studio 2013 中正式提供 32 位和 64 位版本。