Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

where is NIDAQmx 64bit common.dll

I installed NIDAQmx 2014 and I am looking for the 64 bit common.dll. I can find the  dnet/assembies (64-bit)/current folder but common.dll is not there. The DAQmx.dll and common.native.dll are there. Where can I find the 64 bit common.dll to compile a 64 bit application?

 

Notes: in the 32 bit folder all the 32 bit dlls are there including common.dll.

John A. Lively
NDE Engineer
Pratt & Whitney
0 Kudos
Message 1 of 2
(5,018 Views)

Hi John,

 

NationalInstruments.Common is platform-agnostic, meaning you can use it in both 32-bit and 64-bit builds. This fact is not explicitly called-out in any of the documentation I found, but I did find the following usefulhttp://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/64bitsupport/

 

Note: NationalInstruments.Common has dependencies which are platform-specific (e.g., NationalInstruments.CommonNative). You have to make sure that, during deployment, you deploy dependencies that will match the bitness of your application.

Daniel Dorroh
National Instruments
0 Kudos
Message 2 of 2
(4,858 Views)