03-25-2009 04:25 PM
While trying to create a LabVIEW executable, I see this error when I try to build my application. Any suggestions on resolving this?
Thanks,
-Ram.
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 7 occurred at BUIP_CheckForParseErr.vi -> EBUIP_Parse_Inclusion_Type.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
=========================
NI-488: Nonexistent GPIB interface.
The project was not able to locate:
D:\Program Files\National Instruments\LabVIEW 8.2\user.lib\errors\LNCN-errors.txt
Reopen the file from the project and fix the link before rebuilding.
03-26-2009 04:53 PM
Hi Ram,
An error 7 is usually related to file path issues. The following KnowledgeBase Article talks a little about the issue and how to avoid it.
Why Does My Executable Not Work When Using the Current VI's Path Constant?
http://digital.ni.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363?OpenDocument
Another thing that you can try is to remove all spaces from the Build Specification name and to ensure no spaces exist at the end of the name. Then rebuild the application.
03-30-2009 11:52 PM
Hello Charlie,
You were right on. There was an additional document in the LabVIEW project which wasn't found on the disk. Removing the file from the LabVIEW project solved the issue.
Thanks,
-Ram.