Issue Details
I am trying to:
- Open my own code in a newer LabVIEW version.
- Install or use a 3rd Party Toolkit made for a previous LabVIEW version.
I am getting the following error:
"LabVIEW: VI is not loadable.
In a built application, this error might occur because the VI being loaded was last compiled for a different OS or with CPU features, such as SSE, that this target does not support. In this case you must rebuild the application for the target OS and make sure SSE compiler settings in the build specifications match the target platform. This error also might occur if the VI is a polymorphic VI, which cannot be loaded in the LabVIEW Run-Time Engine. You must load an instance of the polymorphic VI instead of the polymorphic VI itself.
An error occurred loading VI 'installer.vi'. LabVIEW load error code 11: VI version (15.0) cannot be converted to the current LabVIEW version (17.0) because it has no block diagram."
The error message can look similar to the one below: