不能编辑和继​​续使用64位计算机上的Visual Studio 2010的时候,应用程序的目标86机上、应用程序、编辑、目标

2023-09-07 22:16:56 作者:独守丶一座空城

我有一些问题,编辑并继续使用Visual Studio 2010时,Windows 7的64位计算机上。我保证以下

I'm having some problems with Edit and Continue when using Visual Studio 2010 on a Windows 7 64 bit machine. I've ensured the following

编辑并继续下启用的工具>选项>调试>编辑并继续 在我的解决方案平台设置为86 在我的解决方案的配置设置为调试 在我所有的项目正在为调试和x86 有关项目下的所有项目>属性>生成的优化code 的是选中 Edit and Continue is enabled under Tools>Options>Debugging>Edit and Continue My solution platform is set to x86 My solution configuration is set to Debug All my projects are building for Debug and x86 For all projects under Projects>Properties>Build the Optimize code is unchecked

当我打了一个破发点,并尝试编辑我并面临着如下信息。

When I hit a break point and try to edit I and confronted with the following message.

这是发生对我来说,我创建他们是否是WPF /赢表格/ VB.NET / C#/。NET 4 / .NET 3。

This is happening for me for all projects that I create whether they are WPF/Win Forms/VB.NET/C#/.NET 4/.NET 3.

任何想法?

推荐答案

确定家伙,我理解了它。有天晚上,我与的IntelliTrace 玩弄,改变了收集调用信息的设置。我没有注意到,网页上的警告,指出编辑并继续收集呼叫信息已停用!见屏幕截图。

OK guys I figured it out. The other night I was playing around with IntelliTrace and changed the setting to collect call information. I didn't notice the warning on that page stating "Edit and continue is disabled when collecting Call Information"! See screen shot.

所以,我只是禁用的,我是好去。谢谢你,这是真的很烦。

So I just disabled that and I was good to go. Thanks, that was really annoying.