Hi all,
Since several days, I try to compile the C# demo program (SDK), and it doesn't compile.
It throws the error BadImageFormatException while trying to load 'AesImhei.Net' or one of its dependancies at line "Application.Run(new MainForm());"
-----
If someone can help...
Thank you
Error while compiling demo C# program
Moderators: aardvark, davebush, Admin
Re: Error while compiling demo C# program
Someone gave me the answer :
Target platform solution was on "anyCPU" and it should be on "x86".
Have a nice day,
Vincent
Target platform solution was on "anyCPU" and it should be on "x86".
Have a nice day,
Vincent