简体   繁体   English

如何将devexpress添加到visual studio 2012

[英]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. 我下载了DevExpress Universal 12.2 Exe文件,并将2个文件夹安装到我的电脑上。 they are devexpress dxperience 12.2 and dxteeme 12.2 folders. 他们是devexpress dxperience 12.2和dxteeme 12.2文件夹。 When I open the visual studio express 2012, I cannot see the devexpress controls? 当我打开visual studio express 2012时,我看不到devexpress控件? I tried to repair my devexpress installation by clicking the SETUP. 我试图通过单击SETUP修复我的devexpress安装。

What can I do to put devexpress tool box in visual studio.net 2012 ? 如何在Visual Studio.net 2012中放置devexpress工具箱?

thank you 谢谢

Open the Toolbox windows on Visual Studio, right click, select Chose Items. 在Visual Studio上打开“工具箱”窗口,右键单击,选择“选择项目”。 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.. 然后,浏览你的devexpress dll,你可以在devexpress文件夹中找到这些dll,选择你需要的dev控件,比如XtraGrid.dll,XtraEditors.dll等。

You need to add them as a reference in your project. 您需要将它们添加为项目中的参考。 Just search for the .dll that was downloaded and add them to your project. 只需搜索已下载的.dll并将其添加到项目中即可。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用DevExpress在Visual Studio Web应用程序中添加切片 - How to add tiles in Visual Studio Web application using DevExpress 无法将AjaxContrlToolkit添加到Visual Studio 2012中的工具箱 - Cannot add AjaxContrlToolkit into Toolbox in Visual Studio 2012 如何在Visual Studio 2012中使用<%=折叠javascript函数 - How to collapse javascript functions with <%= in Visual Studio 2012 如何在Visual Studio 2012的空Web应用程序项目中使用剃刀语法添加Web Pages 2? - How to add Web Pages 2 with razor syntax in an empty web application project in Visual Studio 2012? 如何在Visual Studio 2012中将编码的Web性能测试添加到负载测试 - how to add coded Web performance test to a load test in visual studio 2012 如何在Visual Studio 2012中添加Microsoft.ReportViewer.WebForms 8.0.0.0的参考? - How can i add reference of Microsoft.ReportViewer.WebForms 8.0.0.0 in visual studio 2012? 如何在Visual Studio 2012 Pro中将Jquery脚本文件添加到我的网页中? - How do i add Jquery script file to my web page in visual studio 2012 pro? 如何在Visual Studio 2012下的ASP.net Web应用程序中添加和构建打字稿文件? - How to add & build a typescript file in ASP.net web application under Visual studio 2012? Visual Studio 2012和Umbraco 7 - Visual Studio 2012 and Umbraco 7 Visual Studio 2012网站“添加引用”不记得添加的引用 - Visual Studio 2012 Website “Add References” not remember added references
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM