25

The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard controls, no third party controls, and I have no third party plugins.

Is there a way to rebuild the toolbox to correct this issue with the dupes? I've been living with it for a while, but it's pretty annoying.

Travis Collins
  • 3,982
  • 3
  • 31
  • 44

5 Answers5

24

Did you try right clicking the Toolbox and selecting "Reset Toolbox"?

That should reset it to the defaults.

Brandon
  • 68,708
  • 30
  • 194
  • 223
24

You can also go into the folder "C:\Documents and Settings\\Local Settings\Application Data\Microsoft\VisualStudio\9.0" and delete the *.tbd files. I have had to do this a couple times to get rid of duplicate items and when Reset Toolbox crashes without warning.

Brian Ensink
  • 11,092
  • 3
  • 50
  • 63
13

"Reset Toolbox" didn't work out for me.

Deleting the *.tbd in the following dir on Windows 7x64 worked for me... C:\Users[Current user]\AppData\Local\Microsoft\VisualStudio\10.0

Jonx
  • 1,075
  • 12
  • 16
6

Actually I just figured it out. You can right click on the Toolbox and click "Reset Toolbox." this fixed my issue. I'll leave this here in case anyone else has the same problem in the future.

Travis Collins
  • 3,982
  • 3
  • 31
  • 44
  • 5
    Sometimes "Reset Toolbox" does not work and generates an operating system error, so you have to delete the .tbd files. – AMissico Mar 24 '10 at 01:38
3

Reset toolbox also helped for me to reset DevExpress duplicate controls.

Alexanderius
  • 822
  • 11
  • 27
  • FWIW, I had the *opposite* experience when using the competing *DevComponents DotNetBar*: Every time I Reset Toolbox, it added *another duplicate*! Had to delete the *.tbds to get rid of them. – ToolmakerSteve May 21 '17 at 08:14