Visual Studio 2010在构建后崩溃

bee*_*ler 2 visual-studio-2010

我有一个VB.Net Windows窗体应用程序已经存在了很长时间.我在Windows 7 x64工作站上使用Visual Studio 2010 Premium中的项目.几天前,一切都很顺利.没有每次我构建这个项目Visual Studio 2010崩溃.

我唯一要做的就是从另一个将调试器附加到dieing进程的Visual Studio 2010实例.

...
The thread 'Win32 Thread' (0x177c) has exited with code -2147023895 (0x800703e9).
The thread 'Win32 Thread' (0xc44) has exited with code -2147023895 (0x800703e9).
The program '[4224] devenv.exe: Native' has exited with code -2147023895 (0x800703e9).
Run Code Online (Sandbox Code Playgroud)

我的团队中没有其他人有这个问题,我没有任何其他项目的问题.

这是.Net 4.0.

任何想法或建议都非常感谢,

Beezler

Ovi*_*Ovi 5

使用/ safemode参数启动VS可能是明智之举.

我也有这个问题,我通过卸载Achievements扩展解决了这个问题.

  • 哇谢谢你.我真的很喜欢Achievements扩展,但卸载后问题就消失了.谢谢 (2认同)