How to replace the remaining 60 free DevExpress controls?

I had an open source free time project two years ago, where I used the free 60 DevExpress controls, with a link here: https://www.devexpress.com/Products/Free/NetOffer/

I was pleased with this, and I personally personally recommended these controls here .

My project is now quite old, but now I want to make some minor changes, and, to my surprise, I just experienced that I could no longer create it because I accepted the dependency on these controls. I did not copy these DevXpress libraries locally, so I really lost them.

What can I do with these missing controls? Has anyone come across the same? Should I replace them (quite a lot of work, because I don’t want to change the user interface at all), or does anyone still have it?

+4
source share
2 answers

My mind just had a crash: - / These DLLs are, of course, found in my installer package. I just installed my own software from codeplex , where I published it, searched through Harddisk and voilΓ , here are listed:

DevExpress.Data.v10.2.cdf-ms DevExpress.Data.v10.2.dll DevExpress.Data.v10.2.manifest DevExpress.Utils.v10.2.cdf-ms DevExpress.Utils.v10.2.dll DevExpress.Utils.v10.2.manifest DevExpress.XtraBars.v10.2.cdf-ms DevExpress.XtraBars.v10.2.dll DevExpress.XtraBars.v10.2.manifest DevExpress.XtraEditors.v10.2.cdf-ms DevExpress.XtraEditors.v10.2.dll DevExpress.XtraEditors.v10.2.manifest DevExpress.XtraTreeList.v10.2.cdf-ms DevExpress.XtraTreeList.v10.2.dll DevExpress.XtraTreeList.v10.2.manifest DevExpress.XtraVerticalGrid.v10.2.cdf-ms DevExpress.XtraVerticalGrid.v10.2.dll DevExpress.XtraVerticalGrid.v10.2.manifest 

So, just in case, someone needs this DLL (however, the source package of 60 controls consists of more files), you can get them the same way as with my installer.

I would suggest that this is legal, since the distribution in my project (with LGPL v2) was also legal.

+6
source

Last free control - version 11.2, you can download it from github

+2
source

All Articles