0

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?

x19
  • 8,277
  • 15
  • 68
  • 126

1 Answers1

2

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.

DmitryG
  • 17,677
  • 1
  • 30
  • 53