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:
- Right click the project in the Solution Explorer and click Properties...
- On the Compile tab, click the Advanced Compile Options... button
- Change the Target framework (all configurations) to .NET Framework 4.
For C# .net:
- Right click the project in the Solution Explorer and click Properties...
- 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: pulkit.aggarwal.333@gmail.com)
[JITR Technology]