09-23-2021 08:29 AM
Hello,
I have a device that has a DLL associated with it, when i try to use it in labVIEW i get the following message. "The module was expected to contain an assembly manifest". What does this mean and how do i correct the issue?
09-23-2021 09:10 AM
Sounds like a Keyence driver library. What is the bitness of that library and what is the bitness of your LabVIEW installation?
09-23-2021
11:07 AM
- last edited on
05-28-2025
03:22 PM
by
Content Cleaner
It might not be a .NET DLL, that error message is one you would get if it's a "classic" DLL.
Try using a Call Library Function node, see if that can use it. If it came with a .h file, use the wizard to make it easier.