Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There are no usable controls in this group. Drag an item onto this text to add it to the toolbox" Visual Studio 2012

Its Not a Programming Question But about Visual studio express 2012. Trying to create a new report in the visual studio 2012 but can not see the list of data sets, parameters etc: In general tab i am seeing this

"There are no usable controls in this group. Drag an item onto this text to add it to the toolbox"

I have searched to fixed it but not succeeded till now..

like image 274
Tayyab Avatar asked Jun 17 '14 09:06

Tayyab


People also ask

How do I fix the Toolbox in Visual Studio?

If the Toolbox no longer appears as collapsed along the left side of the Visual Studio IDE, you can add it back by choosing Window > Reset Window Layout from the menu bar.


2 Answers

I came across this same issue today and read plenty of things such as "this is VS bug...." but the solution was much simpler than that, I just needed to stop debugging (Shift+F5).

If that doesn't work, I recommend restarting the IDE.

If this doesn't work, I guess that uninstalling VS and doing a fresh installation is the answer you're looking for. It's important to note that it's recommended to restart Windows after installing VS and before launching it.

like image 104
Leire Larrea Avatar answered Sep 24 '22 06:09

Leire Larrea


Right click on the Toolbox and press "Show All"

enter image description here

like image 32
Francesco Mantovani Avatar answered Sep 25 '22 06:09

Francesco Mantovani