I only noticed this last night, as I have not used the toolbox on this particular project for some time. Suddenly, all my Telerik controls, previously on their own tab, were missing, and this mysterious, empty tab #13119 was there. I added a new tab for Telerik and added all the controls, but the Telerik tab remained invisible, although the controls are still ticked to indicate that they are in the toolbox.
+6
A:
It seems to be a bug.
Citation from here:
- Make sure you can see all of the folders on your box. We are heading to the realm of hidden files: (Under Tools --> Folder Options)
- Close Visual Studio if it is open.
- Go Here: C:\Users\YOUR_USER_NAME\AppData\Local\Microsoft\VisualStudio\9.0\
- Backup the following files in a temp folder for saftey and delete the originals. (toolboxIndex_reset.tbd ,toolboxIndex.tbd ,toolbox_reset.tbd ,toolbox.tbd)
- Restart Visual Studio and the files will be recreated. It'll take a few seconds for the toolbox to repopulate.
boj
2009-04-16 18:53:28
You probably also need `Tools>Options>Windows Form Designer>AutoToolboxPopulate` set to true (which is the default value)
Benjol
2010-08-09 09:59:53
The location of the files on XP is C:\Documents and Settings\USER_NAME\Local Settings\Application Data\Microsoft\VisualStudio\9.0
Ant
2010-09-27 06:05:48