Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx + Measurement Studio 2015 = conflict

Hello,

 

I'm doing a c# program using Daqmx and a wpf measurement studio graph controls.

 

Daqmx want to use the common.dll ver : 19.1.40.49152

MS2015 want to use the common.dll ver : 15.1.40.49152

 

How can I resolve this conflict.

 

Thanks.

Florent

0 Kudos
Message 1 of 2
(85 Views)

NationalInstruments.Common.dll is fully backwards-compatible, so use the latest version ("19.1.40.49152", in this case).  The latest installed version should be used automatically.  (If you are using "xcopy deployment", you may need to add an assembly redirect to your application manifest to get the correct behavior on a target machine.)

~ Paul H
0 Kudos
Message 2 of 2
(55 Views)