vote up 1 vote down star

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)

flag

no entries in event log? – Gulzar Oct 23 '08 at 21:42
Good point...i'll check and update the post – John Sheehan Oct 23 '08 at 21:45
That error code led me to this stackoverflow.com/questions/134131/… (trying it now) – John Sheehan Oct 23 '08 at 21:49
yeah looks like an addin problem. worth troubleshooting with procmon to nail down the exact addin. – Gulzar Oct 23 '08 at 21:53

2 Answers

vote up 0 vote down check

looks like this issue is reported:

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

link|flag
vote up 1 vote down

This was a conflict with PowerCommands (see http://stackoverflow.com/questions/134131/aspnet-mvc-ctp5-crashing-ide)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.