Visual Studio 2008 crashes when trying to load solution file

偶尔善良 提交于 2019-12-10 13:28:31

问题


When I try to load a solution in Visual Studio 2008, it immediately closes. I get the following error in the event log:

.NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (6E875E00) (80131506)

I've searched the web high and low and can't find a resolution to this problem. I've found similar issues, but none of them match the (6E875E00) part. Here's my setup:

Vista 64
Visual Studio 2008 SP1
.Net Framework 3.5 SP1
ReSharper 4.1
Gallio 3.05
TestDriven.Net 2.18

I have a feeling it is one of the add-ins, but I don't know which one.

Anyone experience this? This is very frustrating!

EDIT: The answer to this problem for future reference was to uninstall Gallio. This was the only add-in that caused the crash. Thanks to all for the help!


回答1:


Try creating a new solution and importing your existing projects.

Alternitivly, uninstall ReShaper, Gallio and TestDriven and see if the solution loads. Then install one addin at a time until you find the culprit.




回答2:


Yes, not unlikely. Edit the short-cut to Visual Studio and give it the /SafeMode option. That ensures Add-Ons don't get loaded. If that doesn't help, start disabling shrink-wrapped malware like virus scanners.




回答3:


If it's only affecting a single solution, try deleting the .suo file (it'll be in the same folder as the solution file); If it affects all solutions, then the safemode option that nobugz mentions is probably worth trying...




回答4:


Try resetting windows layout (Menu -> Window -> Reset Window Layout) before loading the solution.

This helps me on VS crashes.




回答5:


We had similar problems with Visual Studio crashing on startup, and the culprit was a specific add-on, namely the Visual Studio PowerCommands.

http://code.msdn.microsoft.com/PowerCommands

Beware this add-in! Disabling it and running

devenv /ResetSkipPackages

Helped. The full list of VS command line params is also instructive.




回答6:


Try this Fix:

http://blogs.msdn.com/webdevtools/archive/2009/03/03/hotfix-available-for-asp-net-mvc-crashes-with-azure-power-commands-resharper.aspx

It worked for me.




回答7:


This worked for me.

Devenv.exe /ResetSettings



来源:https://stackoverflow.com/questions/438923/visual-studio-2008-crashes-when-trying-to-load-solution-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!