views:

934

answers:

6

I am using Visual Studio 2008 SP1 (version 9.0.30729.1). My problem is that the only reporting-related toolbox items I see are 3 "Textbox" controls. Where are the other stuff? Do I need to add a reference to a different assembly?

Here are the steps I take:
1) Open Visual Studio
2) Add new project --> "Reports Application"
3) Open Report1.rdlc
4) Open the toolbox and no controls are available (except the repeating 3 Textbox controls)

Thanks for your help.

A: 

A complete reinstall took care of it.

Gustavo Cavalcanti
+1  A: 

My good sense tells me that something got corrupted in your installation.

Here's what I would try before attempting a repair (this happened recently):

I fixed this by going into my profile as follows:

C:\Documents and Settings\MYUSERNAME\Local Settings\Application Data\Microsoft\VisualStudio\8.0\ProjectAssemblies

There are four HIDDEN files in there that make up what is apparently the toolbox cache. If you erase them, they will be re-generated and #13119 will go back to General. As I said, these files appear to be hidden so configure the file explorer accordingly.

Second problem: my User controls disappeared from the toolbox.
I was able to fix it by going into the VS menus:

Visual Studio "Tools" menu

"Options" submenu

"Windows Form Designer" tab "General" tab Set "AutoToolboxPopulate" to "True"

Vanof
A: 

thanks for this solution, I thought I would have to scrap everything and start again, Saved a lot of time as I use 2005 and 2008 and both were in this condition

A: 

Thank you!!

This fixed my report designer toolbox. My "report items" group was only showing three textbox items.

I am on Vista though, so the folder was.. C:\Users\Fox\AppData\Local\Microsoft\VisualStudio

I just renamed this and next time VS started it recreated the toolbox and all the items were in place.

Before doing this I had tried to reset the toolbox with a "right-click|reset toolbox" in VS, but it didn't fix the problem, only removing this folder did it.

Frontier
A: 

My problem was The Report Items Toolbox was showing multiple textboxes instead of valid Report controls. Solution: 1) Close the visual studio 2005. 2) delete the folders under C:\Documents and Settings\\Local Settings\application Data\microsoft\visualStudio\ 3) Open your visual studio 2005 project. It should work

Richpal Singh