We have a .NET app that was built against DAQmx 8.7.1 "f3" which communicates with a USB-6008.
On SOME systems, when the app is run we get "Could not load file or assembly NationalInstruments.Common Version=8.1.20.616" error.
NONE of our systems have this version of Common (they all have what came with 8.7.1f3: version .618).
But why does it fail on some but not others?
What is referencing version .616, and why isn't it loading .618 instead?
TIA