Issue Details
I have successfully developed a real-time application using functions from the LabVIEW Datalogging and Supervisory Control (DSC) Module, and it runs successfully in the development system. However, when I try to deploy the application to my real-time device I receive an error similar to the following:
LabVIEW: Failed to load shared library NVIORef.dll: EVT_EnableValueChangeNotifications:C on RT target device
or
LabVIEW: (Hex 0x436) Failed to load shared library NVIORef.dll: TR_SetProp:C. Esnure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer customer libraries to the RT target.
or
LabVIEW: Failed to load shared library dscProc.dll:ni_lvdsc_process_GetProcessListEnd:C. Ensure that the library is present on the RT Target.
Why is this occurring and how do I fix the problem?