03-12-2025 07:34 AM
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
03-12-2025 04:35 PM
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.)