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.
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.
how about in labview 8.6?
cause i've same problem and i use net 2.0.