Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add devexpress to visual studio 2012

I downloaded the DevExpress Universal 12.2 Exe file, and that installs 2 folders to my computer. they are devexpress dxperience 12.2 and dxteeme 12.2 folders. When I open the visual studio express 2012, I cannot see the devexpress controls? I tried to repair my devexpress installation by clicking the SETUP.

What can I do to put devexpress tool box in visual studio.net 2012 ?

thank you

like image 500
Arif YILMAZ Avatar asked Apr 21 '13 20:04

Arif YILMAZ


People also ask

How do I add DevExpress to Visual Studio?

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.

Where is DevExpress installed?

\Program Files (x86)\DevExpress\ folder (the default folder for our installer). Alternatively, You can check the GAC (… \Windows\Microsoft.NET\assembly\GAC_MSIL) to find a version of our controls installed on your machine.


1 Answers

Open the Toolbox windows on Visual Studio, right click, select Chose Items. Then, browse your devexpress dlls, you can find these dlls on devexpress folders, select what dev controls you will need, like XtraGrid.dll, XtraEditors.dll, etc..

like image 174
Jhonatas Kleinkauff Avatar answered Nov 02 '22 08:11

Jhonatas Kleinkauff