I created a simple VI with string input and string output in LabVIEW. I created a .dLL build specification. Once I build the .dLL file, I try to call it from NUnit to run the simple VI. I get this error - "System.BadImangeFormatException : Could not load file or assembly or one of its dependancies. The module was expected to contain an assembly manifest. "
I have to create .dLL files to run from NUnit as test platform. Will I be able to do it - Looking at previous posts, it sounds like it is not possible?