10-08-2015 01:52 AM
I want to use some dll built by Labview in VS2010 C# environment. Could someone can share a simple example to illustrate what to do that?
I also dowload an example from website and attach it as reference. But when the application running, it has an error:
It is appreciated that you can fix this bug for me. Many thanks!
10-18-2015 03:49 PM
The error occur in a x64 System?
If yes, so be sure, that the c# App is 32 bit. Your Test.dll is 32 bit.
Loading a 32 bit dll in x64 App result in a BadImageFormatException.