10-07-2024 04:17 AM
I'm working on a existing collection of VI that I need to reorganize and compile into a single application.
Starting from the main shell vi I tried to create the application but I'm experiencing some problems.
When I try to Build the application I got this error:
Click the link below to visit the Application Builder support page. Use the following information as a reference:
Error 1003 occurred at AB_Get_Detailed_BrokenVI_Message.vi -> AB_Targetfile.lvclass:Open_Top_Level_VIs.vi
Possible reason(s):
LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that
LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it.
I'm not a LabView expert but it sounds that Serial_IO.vi should have some missing references or errors.
But If I check Serial_IO.vi subVIs all files are available.
What else I can do to identify the problem?
Best regards,
Michele Santucci
Solved! Go to Solution.
10-07-2024 04:44 AM
Two solutions:
Bob Schor
10-07-2024 10:04 AM
It turned out that the problem was probably a corrupt VI.
Anyway I got the hint. Unluckly in this case was not possibile to attach the whole project since it spreads across several megabytes of VIs (and I'm not really sure about how many of those where really neeeded) so it would result in a BIG loss of time.