I recently downloaded the x64 version of Aurigma, and I can't get it to work correctly on our image processing server.
Since my dev machine is only x86, I wasn't able to install the EXE on my computer, so I installed it on a secondary testing server that is x64. Then, before I compiled on my machine, I removed the references to Aurigma on my computer and instead referenced the DLL on the testing server. It compiled fine, but when I tried to run a test case against it, I received the following error:
Code:Could not load file or assembly 'Aurigma.GraphicsMill, Version=5.0.2.0, Culture=neutral, PublicKeyToken=af7154c50c505858' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) File name: Aurigma.GraphicsMill, Version=5.0.2.0, Culture=neutral, PublicKeyToken=af7154c50c505858' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
Just for reference, the Aurigma.GraphicsMill.dll file is in the same directory as the program that executes the test case, and again, the entire Aurigma EXE x64 beta is also installed on that server. I have tried targeting the platform to both "Any CPU" and "x64" during compile time, but neither of those options seemed to change the problem.
Any ideas on how I can begin testing the x64 version on our image server while still being able to compile the solution on my x86 machine?