DevExpress Microsoft Visual C #

Anyone familiar with DevExpress in Microsoft Visual C #?

My boss gave me a code to study, and this code has a version of DevExpress 8.3. And I would like to open this code on my laptop, which already has DevExpress 9.1 version. Will there be a file search problem? Many thanks!

Tintincute relationship

+3
source share
3 answers

DevExpress has a conversion tool located at the beginning -> all programs -> .NET developer vx.x -> tools -> ProjectConvertor

That should do the trick

+6
source

If you just want to take a look at the code, everything should be fine.

DevExpress 9.1. DevExpress 9.1.

+4

Yes, you can use the project converter from devexpress 9.1 and convert the old version to the new one. You will probably have some problems with some method, but not so much.

0
source

Source: https://habr.com/ru/post/1706462/


All Articles