Visual-studio – The standart tool box disseapeared on visual studio 2008 Sp1

visual-studio-2008-sp1

I have had Visual Studio Team System 2008 and I have upgraded it to Visual Studio Team System 2008. But, after installation, the standard tool box have been diseapeard. How could I make it visible/enabled again to use the drag and drop feature of VS 2008.
Regards
BK

Best Answer

Make sure you're not running in debug mode, as that will certainly cause the toolbox to disappear and not support drag and drop.

Also, the toolbox won't be there if you're not looking at a file type that supports it or have a project open.

To show the toolbox in VS 2008 go to the View menu and select Toolbox or hit CTRL+Alt+X.

Related Topic