Visual Studio randomly crashes when adding/removing references and projects. Any thoughts why? Will installing Sp1 help?
EDIT: I do not work with any addons except S
My Visual Studio 2005 started crashing and locking up recently. The way I finally fixed it was to run this from the command line:
devenv /resetuserdata
That cleared out all my customisations, but it did fix the problem. If you've customised VS a lot, you could try exporting your settings first and then see if you can safely import them afterwards. Alternatively, take snapshots of your IDE so you can remember which buttons etc. you had where.
changing the default
solution location solved my problem.
Search for and delete any .ncb files associated with your solution. In past versions these (debugging) files used to get corrupt and deleting them would fix the problem (Visual Studio will regenerate them automatically).
Hopefully this helps someone. It felt like I had tried everything. I even repaired the installation, which made no difference as well as removed VS entirely and the issue was still there. The log option told me nothing significant, so I eventually deleted all the bin and obj folders in my solution as well as all the .suo and .user files and moved it to a completely different folder off the root folder on my harddrive and rebuilt it. It magically came right!
I Find on mine even in SP1 that it crashes rarely when adding stuff to a project, but mainly when switching to an ASP.NET Design View and when it autogenerates controls in the tools. I just disabled it from creating them and i dont get many crashes any more.
I know this doesnt have much to do with your issue, but the point i am making SP1 may not be the answer to your problem.