Closed terraeca closed 1 month ago
I have a project that has x86 dll dependencies and for some reason I cant make it work when I build x86 release.
Could not load file or assembly 'file:....dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.
However, when I build the same project as x64, I can interact with the DLL, but fails whenever I have to use a function that has x86 dll dependency.
Can someone please help?
Thank you
I have a project that has x86 dll dependencies and for some reason I cant make it work when I build x86 release.
Could not load file or assembly 'file:....dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.
However, when I build the same project as x64, I can interact with the DLL, but fails whenever I have to use a function that has x86 dll dependency.
Can someone please help?
Thank you