09-05-2006 05:08 PM
09-06-2006 11:45 AM
09-06-2006 01:00 PM
I am using NI-DAQmx 8.3 and Measurement Studio 8.0 and now I figured out the problem.
Even though the windows search result showed thta file is no where to be found on my PC, the NationalInstruments.DAQmx.DLL file was located in the C:\Program Files\National Instruments\MeasurementStudioVS2005\DotNET\Assemblies\Current folder. Still I was not able to add refernece to this and that was another issue. Basically I was using wrong version of Visual Studio.
09-06-2006 02:09 PM
It looks like you are aware of this, but just to clarify for others:
The DAQmx device driver CD includes support for both .NET Framework 1.1 and .NET Framework 2.0. Each .NET Framework version is supported independently, with separate assemblies, separate help, separate examples, etc. installed to different folders. .NET Framework 1.1 support installs by default to the \Program Files\National Instruments\MeasurementStudioVS2003 directory. .NET Framework 2.0 support installs by default to the \Program Files\National Instruments\MeasurementStudioVS2005 directory.
If you have Measurement Studio installed, the .NET Framework support on the DAQmx driver CD is installed by default. Otherwise, you must explicitly enable it in the installer feature tree.
09-17-2009 03:21 AM
Hi Jeff,
I am installing Version 8.7.1 of DAQmx.
But when I select ".NET Framework 2.0 language support" and click NEXT, I get the following error:
Measurement Studio for VS2005 Integration not present
To use the NI-DAQmx .NET Support VS2005 Integration feature, you must install the Measurement Studio .NET 2.0 Languages Support>>Visual Studio Integration feature in the Measurement Studio installer.
Please let me know what are prerequistics if any in order to install Ni-DAQmx version with .Net framework 2.0 support.
Regards,
Ajay
09-17-2009 09:07 AM
Hey Ajay -
You get this error if you try to include integration, but don't have Measurement Studio for Visual Studio 2005 installed. To get past this error, you need to deselect VS2005 Integration in the installer tree as shown below. This Integration feature that Measurement Studio provides allows for built in project templates, built in DAQ Assistant, and many other helpful features. You are still free to use the DAQmx .NET API without Measurement Studio though.
NickB
National Instruments
09-17-2009 11:59 PM
Hi Nick,
Thanks for your prompt reply.
Now,I am able to install .Net Framework 2.0 support.
I will get back to you in case I face any other issue.
Thanks,
Ajay