Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DevExpress Controls not visible in Visual Studio toolbox

I've just installed DXperienceXaf-10.1.7, but the controls do not appear in the VS 2010 toolbox, neither do they show in the VS 2008 toolbox. I have run ToolboxCreator from the 'start menu' shortcut to no avail. This is on Windows 7.

Is there a fix for this? If not, how do I manually add them? There seem to be a zillion dll files.

like image 715
ProfK Avatar asked Nov 20 '10 14:11

ProfK


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.

How do I reset my Visual Studio Toolbox?

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


1 Answers

You can manually add them by creating a new DevExpress Toolbox Tab and dragging all the DLLs from

"C:\Program Files (x86)\DevExpress 2010.1\Components\Sources\DevExpress.DLL"

Remove (x86) for a 32 bit Windows installation.

Hope that helps!

like image 123
Tom Avatar answered Nov 16 '22 00:11

Tom