Empty Toolbox in Visual Studio.NET 2003!

  • Thread starter Thread starter Emily
  • Start date Start date
E

Emily

I've installed Visual Studio.NET 2003. Everything seems fine except
that the Toolbox is always empty. Not Button, no Textbox, nothing.

Any advice on how to add the controls to the Toolbox? Thanks!
 
Hello Emily,

try devenv.exe /setup and read http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=334160&SiteID=1

E> I've installed Visual Studio.NET 2003. Everything seems fine except
E> that the Toolbox is always empty. Not Button, no Textbox, nothing.
E>
E> Any advice on how to add the controls to the Toolbox? Thanks!
E>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Emily said:
I've installed Visual Studio.NET 2003. Everything seems fine except
that the Toolbox is always empty. Not Button, no Textbox, nothing.

Any advice on how to add the controls to the Toolbox? Thanks!

Can we assume that you've created a solution type with an interface and that
the form (Windows) or the page (ASP.NET) is being displayed in the editor
window?
 
Hi,

Yes, the form was displayed in the editor window but the Toolbox was
empty so I wasn't able to add any control to the form.

Good news is that now it was resolved after I tried Micheal's
suggestion. I tried I everything in that article. Finally I selected an
option like "Show All", and they showed.

Thanks!
 
Hi Michael,

Thanks for the help. Now it is resolved after I tried your suggestion.
I tried I everything in the article you sent. Finally I selected an
option like "Show All", and they showed.

Thanks again!

-Emily
 
Back
Top