Home > Mobile >  Convert Devexpress project from v17.2 to 21.2 (There is not DevExpress.ExpressApp.Images.dll anymore
Convert Devexpress project from v17.2 to 21.2 (There is not DevExpress.ExpressApp.Images.dll anymore

Time:09-17

I'm working on a project (Winforms app) that I want to convert the current project, v17.2, to 21.2. There isDevExpress.ExpressApp.Images.v17.2.dll in v17.2 but there is not in v21.2. How can handle this problem? which dll can I replace instead?

CodePudding user response:

According to the The DevExpress.ExpressApp.Images assembly has been removed you should reference the DevExpress.Images assembly. Also, I suggest you use the Project Converter tool that automatically updates existing DevExpress.ExpressApp.Images assembly references.

  • Related