John Sheehan
John Sheehan

Reputation: 78104

Troubleshooting Visual Studio 2008 crash when loading a solution

I've downloaded the source for SubSonic via SVN. When I try to open the project in Visual Studio 2008, it converts the solution, loads all the projects then disappears without an error message. Subsequent loads of the solution do the same. If I run devenv /safemode and then open the project it works fine, but I can't use any add-ins.

Any ideas for tracking down the crash?

Edit: In event viewer:

    Event Type: Error
    Event Source:   .NET Runtime Event
    Category:   None 
    Event ID:   1023
    Date:       10/23/2008 
    Time:       4:45:05 PM  
    User:       N/A 
    Computer:   Foo 
    Description: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)

Upvotes: 4

Views: 4132

Answers (2)

Gulzar Nazim
Gulzar Nazim

Reputation: 52178

looks like this issue is reported:

http://code.msdn.microsoft.com/PowerCommands/WorkItem/View.aspx?WorkItemId=34

Upvotes: 1

John Sheehan
John Sheehan

Reputation: 78104

This was a conflict with PowerCommands (see ASP.NET MVC CTP5 Crashing IDE)

Upvotes: 3

Related Questions