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?
Asked
Active
Viewed 99 times
0

x19
- 8,277
- 15
- 68
- 126
-
See here for possible answer. https://supportcenter.devexpress.com/ticket/details/t586496/updated-to-devexpress-web-v17-2-and-receiving-the-following-errors – ourmandave Sep 13 '21 at 13:50
-
@ourmandave: I visited that link but it was not useful at all. – x19 Sep 13 '21 at 14:14
-
Which class do you need? – Marko Juvančič Sep 14 '21 at 06:35
1 Answers
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