Add DevExpress controls to toolbox Visual Studio 2022

Only Visible to You and DevExpress Support

Visible to All Users

Modify support ticket and change its visibility

Urgent Duplicate

We have closed this ticket because another page addresses its subject:

Answers approved by DevExpress Support

Disclaimer: The information provided on DevExpress.com and its affiliated web properties is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information.

Recently viewed tickets

You have yet to view any tickets.

Your search criteria do not match any tickets.

A server error occurred while processing your request. Please try again at a later time.

Only Visible to You and DevExpress Support

Visible to All Users

Modify support ticket and change its visibility

Urgent Duplicate

We have closed this ticket because another page addresses its subject:

Answers approved by DevExpress Support

Disclaimer: The information provided on DevExpress.com and its affiliated web properties is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information.

Recently viewed tickets

You have yet to view any tickets.

Your search criteria do not match any tickets.

A server error occurred while processing your request. Please try again at a later time.

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.

asked Nov 20, 2010 at 14:10

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!

answered Nov 22, 2010 at 10:16

TomTom

3,3641 gold badge21 silver badges25 bronze badges

1

Although question quite old, I often get this problem when installing a DevExpress upgrade. Steps to get it working are:

  • 'Repair' the DevExpress installation
  • Run the Toolbox Creator from the Start Menu

Also one thing I noticed with this version is that the toolbox only seems to appear on .Net Framwork 3.5 and above web projects.

Had this issue with Dev Express v2011 vol 2.

Hope it helps.

answered Apr 29, 2012 at 17:14

AshesToAshesAshesToAshes

9163 gold badges14 silver badges30 bronze badges

1

DevExpress Controls not showing up (disable) in Visual Studio toolbox:

This issue was caused by the application Target Framework being set to .Net Framework 2.0

once the Target Framework was changed to 4.0, the controls became available in the Toolbox.

To change the Target Framework in Visual Studio : For VB.net:

  1. Right click the project in the Solution Explorer and click Properties...
  2. On the Compile tab, click the Advanced Compile Options... button
  3. Change the Target framework (all configurations) to .NET Framework 4.

For C# .net:

  1. Right click the project in the Solution Explorer and click Properties...
  2. Click the Application tab and change the Target framework to .NET Framework 4.

After that you need to repair toolbox by right clicking on toolbox tab, where controls exist. Visual Studio will close automatically and will reopen after some configuration will apply. Now you will find all devExpress Controls available on toolbox..

Thank you...

Pulkit Aggrawal (email: )

[JITR Technology]

answered Jun 19, 2013 at 18:52

Add DevExpress controls to toolbox Visual Studio 2022

I would suggest that you grab the installation's log (it should be positioned near the installer) and send it to the devexpress by creating a new ticket in the support center. We will research why the problem appears using it and let you know what causes this issue.

answered Nov 22, 2010 at 15:08

Add DevExpress controls to toolbox Visual Studio 2022

DevExpress TeamDevExpress Team

11.3k2 gold badges23 silver badges23 bronze badges

Just repair the DevEx from the DevEx Setup

answered Jan 11, 2013 at 7:17

cihadaktcihadakt

2,98411 gold badges35 silver badges58 bronze badges

Lest do like this:
1. Open your visual studio
2. Open your solution, for example in mine is mngpwn (it's windows form app)
3. Set application target .net framework to .net 4.7 or above
4. On opened solution in visual studio solution exploler, open the form. In mine is Form1.cs [Design],
5. actived Toolbox, select General Tab,
6. Restore down the visual studio windows
7. Open windows explorer an go to folder of installed DexExpress dll file
8. Restore down the window exploler
9. select view as Detail View and then sort view by Type file
10. Go to window exploler, select the .dll stored. In mine is in C:\Program Files (x86)\DevExpress 13.2\Components\Bin\Framework,
11. Drag to general tab on toolbox,
12. Wait a momen. When appear the dialog window, click Ok,
13. Rename the general tab in tooolbox as you want,
14. Make new tab and move the group of DevExpress Component you want to group,
15. Done!
16. You now can use all of DevExpress component.
17. Do the same for web component in web solution type.

answered Oct 13, 2019 at 4:44

Add DevExpress controls to toolbox Visual Studio 2022

NadoNado

114 bronze badges

Here is the basic steps to display DevExpress toolbar; for beginners. Select View > Toolbox. Select anywhere on the toolbox and right click and select Add Tab. You need to name this tab. Right click on this new group, select Choose Items. A dialog box appears and it might take a while to load the components. If DevExpress components are not present here, click on Browse and select the dll files. This will add all the items to the new group.

answered Sep 4, 2017 at 13:05

Add DevExpress controls to toolbox Visual Studio 2022

rjoserjose

4935 silver badges13 bronze badges

How do I add DevExpress controls to my Toolbox?

To do this, do the following:.
Add an icon to the project where the control class is stored and set the icon's Build Action property to Embedded Resource..
Apply the ToolboxBitmapAttribute attribute to the control's class to specify the icon: C# VB.NET. ... .
Rebuild the project and add the updated control to the toolbox..

How do I add controls to my Visual Studio Toolbox?

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 enable DevExpress in Visual Studio?

Add DevExtreme to an Existing Project.
Open your project in Visual Studio (see supported versions)..
Right-click the project in the Solution Explorer window and select the Add DevExtreme to the Project command in the menu..
In the invoked dialog box, click OK..

How do I add controls to my Toolbox?

Right-click any control icon in the Toolbox, or an empty area on any page of the Toolbox. From the shortcut menu, select Additional Controls. From the Available Controls list, select the new controls. Choose OK.