Replies: 3 comments
-
I created and checked a minimal app, but it displayed correctly on
|
Beta Was this translation helpful? Give feedback.
-
I've finally found the problem. I've tested it with an empty project (also Console project with both Net 5 and Net Core 3.1), and it doesn't work in x86 if you compile for AnyCPU. It seems that Net Core doesn't support the AnyCPU deployment. |
Beta Was this translation helpful? Give feedback.
-
This seems to be helpful to you. |
Beta Was this translation helpful? Give feedback.
-
I created a dll to manage SVG files and retrieve Image or Icon from them.
It works properly, but only in x64, when I try to run an x86 app, the app doesn't run.
When debugging, if I swap between AnyCPU and x86, the icons dissapear.
This is one of the methods that i use:
I'm using .Net 5, and I've tested it with NuGet versions 3.1.1 and 3.2.3.
Is it any way to fix it?
Beta Was this translation helpful? Give feedback.
All reactions