LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 7 upon building a stand-alone application

Error 7 occurred at Copy in ABAPI Dist New VI Library.vi->ABAPI Dist Chk for Destinations.vi->ABAPI Copy Files and Apply Settings.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.
---
NI-488:  Non-existent board.

I received the following error upon trying to build a stand-alone executable and installer for my application.  This project works on the developing machine and an older version of this application built, installed, and works fine on another machine yesterday.  I have only increased the complexity of the program and added file manipulation to the program since the previous version was implemented and used yesterday. 

Software: Labveiw 8

Thanks for your help.
0 Kudos
Message 1 of 3
(3,185 Views)
Can you elaborate on the differences between the older version that can be built successfully and the new version?  For example, when you say "file manipulation," what exactly are you referring to?  Are there any added DLL calls in the new version?  If so, these DLL's would have to be included in the project.  What other functionality may have been added to the new version?  Finally, what operating system are you using?

Message Edited by Jarrod B. on 12-27-2005 06:52 PM

0 Kudos
Message 2 of 3
(3,160 Views)

I added the data logging (open, write, and close functionality to the program).  I have found a work around.  I deleted the application and installer under the Build Specifications and started new ones.  This removed the error without needing to change any of the dependencies or adding or removing files and paths.  Why this worked, I don't know, but it allowed me to continue.

 

Thanks for your time.

Message 3 of 3
(3,148 Views)