07-13-2005 08:28 PM
I have created a setup package (using the .net package wizard) for my .net C# app which uses Measurement
Studio 7.1 components (daqmx).
I've included all necessary merge modules and components..
Setup is run on a clean XP machine (sp2)..
I run the app.. and it fails on this line (or any line daqmx related)
myTask = new Task("aiTask");
with this error
file or assembly name NationalInstruments.DAQmx, or one of its
dependencies, was not found
I've checked and the dll (nationalinstruments.daqmx.dll) is both in the install folder and the assembly
cache too.
Anyone know of a fix for this (Or what dlls I may be missing). I did notice a few policy.nationalinstruments files in the assembly on the development pc.. but I couldnt see how to import them into the setup package if they are the culprit.
Thanks
07-14-2005 08:58 AM
07-14-2005 02:07 PM
07-15-2005
12:21 PM
- last edited on
07-10-2025
12:34 PM
by
Content Cleaner
NI-DAQmx 7.5 was just released which allows you to install NI-DAQmx only, without Traditional NI-DAQ, so it has a smaller footprint than previous versions of the driver. There is not a way to extract a single msi file and include it with your installation -- you have to run the full installer. However, you may be able to run a batch file that starts the installer for you.
Doug M
Applications Engineer
National Instruments