views:

256

answers:

3

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

+1  A: 

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.

Nissan Fan
Sir,-I don't look for the standard toolbox while I am running it on Debug mode.-It is an existing standard Aspx page which I use to see the standard toolbox with.-I can see HTML toolbox but not with the standart toolbox with full of asp.net objects in it.Regards.
blgnklc
A: 

Window menu, Reset Window Layout?

lod3n
it did not work out.Regards
blgnklc
A: 

I found the answer: -Close Visual Studio -Enter "Run" Cmd to intilize the Commander: -Write this below:

devenv /ResetSkipPkgs

Enter !

That's all! :)

Regards

blgnklc