Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 Crashes When Opening Project Properties

I have a multi-project .NET application which I am developing in Visual Studio 2008. If I try to open the project properties for one of my projects (to change settings or publish) Visual Studio immediately closes. There is no prompt to send a report to Microsoft, and two consecutive errors logged in the Event Viewer:

  • .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)
  • .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A2E0F92) (0)

If I delete all the .user and .suo files in my solution, I can once again publish and access project properties. The error, however, returns over time. This seems to suggest that the .suo or .user files are getting corrupted by Visual Studio. Has anyone else had this issue or know how to fix the problem?

like image 600
Joseph Sturtevant Avatar asked Apr 15 '09 17:04

Joseph Sturtevant


2 Answers

Turn off all of your add-ins and try again. Use Tools->Add-in Manager.

If that doesn't help, run VS in "safe mode", by using devenv /safemode from a Visual Studio Command Prompt window.

like image 199
John Saunders Avatar answered Oct 17 '22 09:10

John Saunders


I deleted files with following extensions in project folder (I don't know which one was important...) -> suo, user, cachefile

like image 44
Marek Rosa Avatar answered Oct 17 '22 08:10

Marek Rosa