Visual Studio 2010在win7 x 64下停止工作

Visual Studio 2010 has stopped working win 7 x 64

本文关键字:64下 停止工作 win7 Studio 2010 Visual      更新时间:2023-10-16

在Win7 x64上使用VS2010在c++中编译一个应用程序后出现以下内容:

Microsoft Visual Studio停止工作

问题签名:问题事件名称:CLR20r3

问题签名01:devenv.exe

问题签名02:10.0.40219.1

问题签名03:4d5f2a73

问题签名04:Microsoft.VisualStudio.Shell.10.0

问题签名05:10.0.0.0

问题签名06:4d5f1237

问题签名07:50c

问题签名08:4b

问题签名09:System。InvalidCastException

操作系统版本:6.1.7600.2.0.0.256.1

Locale ID: 11274

问题的附加信息:LCID: 1033

我已经安装了VS2010 SP1,但是我没有解决方案。

我也想说同样的VS2010安装在Win7 x32上工作良好。

有谁知道我怎么解决这个问题吗?

我找到了为什么它在win7_x64上复制的答案。

1) http://connect.microsoft.com/visualstudio/feedback/details/551576/any -编译-在-视觉- c - 2010表达崩溃

2) http://blogs.msdn.com/b/visualstudio/archive/2010/05/11/if——你看到-间歇崩溃- - vs 2010. aspx

我通过手动注册Ieproxy.dll得到了这个问题。
要做到这一点,请遵循以下步骤:
单击"开始",在搜索框中输入cmd。
在结果列表中,右键单击cmd,然后单击以管理员身份运行以启动提升的命令提示符。
如果系统提示您输入管理员密码,请键入密码。如果系统提示您进行确认,请单击Continue。

For 32-bit operating systems, run the following command:
regsvr32 "c:Program FilesInternet Explorerieproxy.dll"   
For 64-bit operating systems, run the following command:
regsvr32 "c:Program Files (x86)Internet Explorerieproxy.dll"