Hello
My AOS is running on a 64bit machine. I need to run a class with property RunOn set to "Server"
The class calls a dll (x86) which is just a simple wrapper to a pretty old dll of an external company.
I always get an error:
ClrObject static method invocation error.
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Can someone please help?