Dear DAX forum.
I'm creating a batch-job, that should access a 3'rd party program. The 3'rd party program have a .NET wrapper dll, but this dll is compiled for 32-bit. I have created a reference to the dll in AOT, and when running on a AX-client it works perfectly.
But as soon as I try to run it on Server, or try to run the class as a batch, it all starts to fail. The error messages I get when running in server/AOS is :
Assembly containing type XXXX.XXXX.XXX.XXXX is not referenced.
Object 'CLRObject' could not be created.
The reference is included in AOS, and in the GAC.
Does this mean, that when running classes and code on the AOS, it cannot be 32-bit dll in use?
I have tried, googled(bing'ed ?), asked and cried. Maybe this forum can point in the right direction.