07-17-2009 10:48 AM
I am using Labview 7.1 and DAQmx 8.6 and installed measurement studio .Neet2.0 framework in the system.
When I try to call a .Net dll from Labview usong construct node. The attached error popus with error message1172
Do I need to install any drivers to call a .Net dll from Labview.
The vi and DLL are in the same directory. how to remove this error.
Thanks in advance.
07-17-2009 10:53 AM
07-17-2009 11:03 AM
Officially, LabVIEW 7.1 does not support .NET 2.0. You need LabVIEW 7.1.1f2, which you can get from this site.
The other things to check: does you .NET assembly depend on other .NET assemblies (other than the standard ones that come with .NET)? This seems to be the implication, based on the "the system cannot find the file specified" part of the error message.
08-08-2009 07:08 PM
how about in labview 8.6?
cause i've same problem and i use net 2.0.
08-08-2009 10:47 PM