04-08-2009 05:16 AM
I'm opening dinamically some VIs with "Open VI reference" on a FieldPoint 2210.
I did it many times with 7.1 and 8.2, but now with 8.6 i get error 1124:
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, in which case you must save the VI on the current platform. [then it talks about polymorphic VIs, but i'm not using any]
But the VIs are under the FP target in the project, have been saved for 8.6 and work on RT when launched directly from the project.
The problem is the same if i call Open VI from an exe or from a vi.
04-08-2009 05:34 AM
04-08-2009 08:42 AM
I solved by including the VIs in a build specification as support files, building and deploying them.
Simply copying the VIs to the Fieldpoint seems not to work, though it worked with older versions.