Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2010 toolbox standard controls missing

I have created an asp.net project in visual studio 2010 ultimate edition.

I can't see Standard, Data etc toolbox tabs, I can only see Telerik and HTML controls.

I tried to reset the toolbox, tried to delete C:\Users\mypcuser\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd.

I also tried devenv /ResetSkipPkgs but nothing worked for me.

Please suggest a Solution thanks!

like image 499
DotnetSparrow Avatar asked May 25 '12 11:05

DotnetSparrow


People also ask

How do I add a Toolbox in Visual Studio 2010?

The Toolbox window displays controls that you can add to Visual Studio projects. To open Toolbox, choose View > Toolbox from the menu bar, or press Ctrl+Alt+X. You can drag and drop different controls onto the surface of the designer you are using, and resize and position the controls.

How do I restore my Visual Studio Toolbox?

Walkthrough. Reset the Toolbox from Visual Studio: right-click the Toolbox and click “Reset Toolbox”.

How do I enable controls in active designer?

To add the controlsRight-click the Visual Studio toolbox tab where you want to add ActiveReports controls and select Choose Items. In the Choose Toolbox Items window that appears, on the . NET Framework Components tab, in the Filter textbox, enter GrapeCity. ActiveReports.


2 Answers

This may help you.

In the Toolbox, select the tab where you want to add the control.

Right-click the Toolbox and select Choose Items from the shortcut menu.

The Choose Toolbox Items dialog box opens. The following illustration shows the Choose Toolbox Items dialog box. enter image description here

like image 56
SoftwareCarpenter Avatar answered Sep 18 '22 06:09

SoftwareCarpenter


Try to right click on the Toolbox and select "Reset Toolbox"

The common controls should appear in the Dialog Editor list along with all the MFC ones that I seem to be limited to when the problem happens.

I have this happen frequently. I don't know what causes it, but this fix always works and is fine for me since I didn't customize anything.

like image 30
jla Avatar answered Sep 17 '22 06:09

jla