Hi Eric,
Thank you for your post.
Frankly speaking, this might be hard to troubleshoot online since there would be many causes for the crash to happen.
However, you can try the following steps to deal with the case:
1. Tryrunning devenv /Safemode to see if you can open it correctly.
2. Reboot the machine into Safe Mode. This can isolate some third party application/driver's interference.
3. Switch to try a new user account. This can rule out the possibility of corrupted user profile.
Please try checking in yourevent log and see if you see any exceptions that are logged around the time that the error occurs.
For more information on how to view event log, please see:
http://support.microsoft.com/kb/308427Usually, we need to look into the memory dump to know what the cause is.
To troubleshooting crash issue, typically we need to analyze the crash memory dumpthat honestly is hard to do online (Here is a blog on
How to obtain crash dump in Visual Studio 2005(also apply to VS2008). TheMSDN feedback site refers to
http://connect.microsoft.com)
Additionally,another useful toolis the Process Monitor tool
http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx which can capture the access log.
Filter on the process name devenv.exe in the log so that you see only the related list.
This should give you more info on what are the registry keys/ files being accessed when the crash happens.
Hope this helps. If you have any concern, please feel free to let me know.
Best regards,
Yichun Chen
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.