Hi,
Recently I purchased an ANT development kit. I was able to execute the native applications (demo_dll.exeand demo_lib.exe) available with
the development library kit and was able to see the communication happening. While trying to execute the managed application (Ant_netdll_demo.exe) I am getting the below error
Error:An attempt was made to load a program with an incorrect format.(Exception from HRESULT:0x8007000B)
Could not connect to any devices, ensure an ANT device is connected to your system and try again.
I am also seeing the below error in VS debug window.
A first chance exception of type 'System.BadImageFormatException' occurred in ANT_NET.dll.
I doubt this is happening while importing ANT_WrappedLib.dll.
Please let me know what I am missing here.
Thanks,