开发者

DevExpress Toolboxes don't get created on Visual C# Express

I installed DevExpress v2011 vol 1 on my Win7-32 Home Premium computer running Microsoft Visual C# 2010 Express.

The DevExpress controls do not appear in the ToolBox. I tried running the ToolboxCreator program with logging, and it resulted in:

  • VS 2005 not found
  • VS 2008 not found
  • VS 2010 not found

It looks like I can manually add DevExpress controls to the ToolBox by doing the "Choose Items..." method and selecting a DevExpress tool, but that's a lot of controls, and even though I specified to only install the WinForm controls, it looks开发者_运维技巧 like a lot of web controls are there, too.

Is this the way I have to do it, or is there a better way?


It seems like this is a known problem according this post. The post acknowledges issues with VS Express, and links to this support article. Unfortunately, it says:

It is possible to use our ASP.NET and WinForms products in Express Editions, but you will have to manually add the required product items to your Toolbox. This can be done via the "Choose Items..." command of the Toolbox' context menu as described bellow.

So, sorry, there doesn't seem to be an easier way; I am guessing DevExpress themselves would be suggesting it if there were.


I resolved the issue in the following manner. I ran the devexpress toolboxcreator. But after that the toolbox was still abscent any devexpress controls. Then I right clicked the toolbox and selected 'Reset toolbox'. Maybe that would have worked if i'd tried it first, but it did the trick for me!


Note that if you use 60 free DevExpress controls then you should use only DevExpress.Utils.v11.2.dll and DevExpress.XtraEditors.v11.2.dll (for winforms) like in this video http://www.youtube.com/watch?v=QovScQvyvNM


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..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜