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
2009-09-25 19:33:37
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
2009-09-25 20:00:36
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
2009-09-26 10:31:16