Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me,

today when i open my application for modifying then i saw visual studio 2010 is not showing my all controls in my toolbox.
controls are shown three category only
1-Reporting
2-HTML
3-General

and is not showing standard controls, textbox,label and so.
please help me what should i do for this issue.
Posted

Reset your Toolbox

Right click on Toolbox window and Select Reset Toolbox .

Edited:
open your Command Prompt and try this :
C#
devenv.exe /InstallVSTemplates 
 
Share this answer
 
v3
Comments
Member 10192073 26-Dec-14 4:41am    
its not working,i had already do that
King Fisher 26-Dec-14 4:45am    
updated
Member 10192073 26-Dec-14 5:09am    
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Manoj Kandpal>devenv.exe
'devenv.exe' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Manoj Kandpal>devenv.exe /InstallVSTemplates
'devenv.exe' is not recognized as an internal or external command,
operable program or batch file.

its shows this
King Fisher 26-Dec-14 5:28am    
All Programs ->
Microsoft Visula Studio 2010 ->
Visual Studio tools ->Visual studio Command Prompt

0r Type at All Programs Search->
Visual Studio 2010 command Prompt

devenv.exe /InstallVSTemplates

or
devenv /ResetSettings
Member 10192073 26-Dec-14 6:07am    
i had do that also,and after that i had uninstalled the VS2010 and again i have installed the VS2010 but my problem is still there
Try right-clicking on the ToolBox, and then choose "Reset ToolBox" from the Menu.

Warning: this may remove some custom/3rd. party tools you have added manually to the ToolBox, or that were added by some install process.
 
Share this answer
 
Comments
Member 10192073 26-Dec-14 5:10am    
its not working, i have repair and reinstall the visual studio 2010 also.but still have problem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900