Search code examples
winformsrefactoringdevexpressdevexpress-windows-uidevexpress-blazor

Convert Devexpress project from v17.2 to 21.2 (There is not DevExpress.ExpressApp.Images.dll anymore in v21.2 )


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?


Solution

  • 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.