Reputation: 3615
We have asp.net application using DevExpress 9.3 version and we have to upgrade to 12.1, what is the best way to upgrade ?
Upvotes: 3
Views: 3862
Reputation: 31247
DevExpress
-> Project Converter
-> Project Converter v15.2
Project converter
tool might ask for confirmation about updating the read-only filesVisual Studio might get confused with some elements:
'XYZ' is an ambiguous reference between 'namespace ABC' and 'namespace DEF'
A few examples are:
SelectedItemCollection
with DevExpress.Web.SelectedItemCollection
Collection
with System.Collections.ObjectModel.Collection
Bin
and Obj
folders as stated on DevExpress' knowledge baseUpvotes: 0
Reputation: 9300
Use the Project Converter tool for this purpose.
See the Upgrade Notes topic for details.
Upvotes: 3
Reputation: 34697
Generally you just install the new version, then open the solution in the newer version, that's how Visual Studio, etc. works. They should run in parallel and make backups, so trying won't be of any harm.
Upvotes: 1