3
votes
Why is Visual Studio constantly crashing?!
Try deleting your .user and .suo files - these are the user options files that VS creates. You get a .user file for each project and a .suo file for your solution. When they get corrupted, odd thin …
