we have C#.net application using DevExpress 12.2 version and we have to degrade to 11.2, what is the best way to degrade ?
Asked
Active
Viewed 1,183 times
0
-
Just change the DLLs references to the previous versions and correct all build errors. What is your question? – Federico Berasategui Oct 05 '13 at 14:00
-
I want to know any other way to do the work? – GOPI Oct 05 '13 at 18:20
1 Answers
1
Here are the couple of simple steps for downgrading your project from 12.1 to 11.2:
- Backup your project
- Install DXperience 11.2
- Run the ProjectConverter tool to downgrade your project to DXperience 11.2. The project converter will perform all the required changes in project files.

DmitryG
- 17,677
- 1
- 30
- 53