Choose Items in Visual Studio Toolbox close / crash Visual Studio
It happened a few times before and it happened again. This first time it happened to Visual Studio 2008 sp1. When I tried to choose items in Visual Studio toolbox, Visual Studio crashes. I tried a usual cure:
devenv.exe /resetsettings
In this case, you need to back up all your settings and then restore them. Usually, it helps, but not this time. Of course, I tried right click on a toolbox and did:
Reset Toolbox
As usual, it didn’t help. Finally, IĀ found a solution. You need to run Visual Studio in safe mode.
devenv /safemode
Then try to do Choose Items in safe mode. Click on each tab. Press ok on any errors and you are done.