LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading DLL with .NET constructor: missing assembly manifest?

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?

 

coolhandLV7_0-1632403644434.png

 

0 Kudos
Message 1 of 3
(1,281 Views)

Sounds like a Keyence driver library. What is the bitness of that library and what is the bitness of your LabVIEW installation?

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(1,272 Views)

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.

0 Kudos
Message 3 of 3
(1,236 Views)