修改任何文件或项目属性时 Visual Studio 2005 崩溃
好吧,这个有点奇怪。如果我修改文件或项目属性对话框中的任何属性,Visual Studio 2005 就会崩溃。右键单击文件或项目,选择属性,更改任何内容 =>繁荣。 C++ 和 C# 项目都会发生(尚未尝试任何其他项目类型)。我没有安装任何加载项,现有项目和新项目都会发生这种情况。我最近没有安装任何新的硬件或驱动程序;我知道的唯一变化是升级 Chrome、Firefox(和插件)以及针对时区的 Windows 更新;这些似乎都不会导致这种情况。我尝试使用 /safemode 和 /resetskippkgs 命令行选项运行,但都没有帮助。如果可能的话,我想避免重新安装,因为 VS2005 在这方面特别痛苦。有人见过这样的事情吗?我的谷歌能力不强。有什么建议吗?
编辑1:
事件查看器具有以下功能:
.NET 运行时版本 2.0.50727.3623 - 致命执行引擎错误 (7A0BC58E) (80131506)
使用我的 google-fu 我最终遇到了 KB963676 和 KB981574。不幸的是,可用的修补程序对我不起作用。
Ok, this one is a bit bizarre. If I modify ANY property in the file or project properties dialog, Visual Studio 2005 crashes. Right-click file or project, select Properties, change anything => goes boom. Happens with both C++ and C# projects (haven't tried any other project types). I don't have any add-ins installed and it happens both with existing and new projects. I haven't installed any new hardware or drivers recently; the only changes I'm aware of are upgrading Chrome, Firefox (and plugins), and a Windows update for time zones; doesn't seem likely any of those would cause this. I've tried running with /safemode and /resetskippkgs command line options and neither helped. I would like to avoid a reinstall if possible as VS2005 is particularly painful in that regard. Anyone seen anything like this? My google-fu was not strong. Any suggestions?
EDIT 1:
Event Viewer has the following:
.NET Runtime version 2.0.50727.3623 - Fatal Execution Engine Error (7A0BC58E) (80131506)
Using my google-fu I eventually came across KB963676 and KB981574. Unfortunately, the available hotfix didn't work for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我想我会尝试 修复 .NET Framework 2.0 框架(这必须从命令行完成),然后再尝试任何更激烈的事情。你瞧,它成功了!也许其他人会遇到这个问题并找到这个问题。
Well, I figured I would try to repair the .NET Framework 2.0 framework (this MUST be done from a command line) before trying anything more drastic. Lo and behold, it worked! Perhaps someone else will run into this and find this question.