LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run-Time error

Hi, I have compiled a full working VI in development environnement, but when
the application is running with the run-time, I have this error message:
A SubVI is not executable. The full developement version of LabVIEW is
required to fix the errors.

I want to know how I can find the errors
Eric
0 Kudos
Message 1 of 2
(2,531 Views)
Are you working with any dynamically loaded VIs? Any files that are loaded from the disk? I found my runtime errors by having the VI that were calling other files and VIs report what directories they were looking in. Directories that are relative to the main VI directory change when compiled.

Also check for support files that are put in the data directory when compiled. You may have to move them.
0 Kudos
Message 2 of 2
(2,531 Views)