Solution
You cannot have more than one version of NI-DAQmx installed at the same time on the same machine. Installing a newer version of DAQmx will automatically update the driver. To downgrade DAQmx, you will have to uninstall the current version first and then install the required version.
Note: You can only have one version of the DAQmx Runtime driver installed. However, because the DAQmx Runtime driver is backward compatible, it can run code compiled with an older version of DAQmx.
Try the suggestions below as an alternative to having multiple versions of NI-DAQmx:
- Try to find a single version of NI-DAQmx that supports all versions of your ADE.
- If you can not find a single version of NI-DAQmx to support your ADEs, consider the following options:
- Upgrade your code to a supported version, and perform a mass compile to avoid issues.
- Use one or more virtual machines to contain support across your versions.
Note: NI does not support virtual machines in
most cases.