Empty Toolbox in Visual Studio.NET 2003!

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!
 
M

Michael Nemtsev

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
 
P

pvdg42

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?
 
E

Emily

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!
 
E

Emily

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top