LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting Error7 while buiding exe

Solved!
Go to solution

I am getting the following error while building an application(.exe) in LabVIEW 8.5.

 

Error 7: occurred at Invoke Node in AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.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. Method Name: Build:Application

 

Can anyone provide a solution for this?

Certified LabVIEW Associate Developer
0 Kudos
Message 1 of 8
(3,538 Views)

Hi check for the VIs you have included in your build. any VI might not be existing.

0 Kudos
Message 2 of 8
(3,531 Views)

I haven't dynamically included any VIs. Also there is no broken VIs and No Conflicts too...

Certified LabVIEW Associate Developer
0 Kudos
Message 3 of 8
(3,527 Views)

Can you post a screen shot of your source file settings page where you have included the source files for top level VIs.

0 Kudos
Message 4 of 8
(3,519 Views)

Please find the source file settings attached

Certified LabVIEW Associate Developer
0 Kudos
Message 5 of 8
(3,511 Views)

Hi Vaishu,

check by creating a new exe with default settings only with "Startup VIs" selected in the "Source Files" page.

0 Kudos
Message 6 of 8
(3,464 Views)

Does the app use LVOOP?  I have an app that gets that error all the time (it uses LVOOP), and the only way to build it is to make all my changes, close out of labview completely, then re-open the project and build it.  Do nothing else.  (This happens in LV8.2 and 8.5.1)

0 Kudos
Message 7 of 8
(3,458 Views)
Solution
Accepted by topic author Vaishu VC

Hi Friends,

 

Thanks for your reply. I created a new project with required files for the exe and created a new exe. Now it is working fine.May be the problem was with other files in the project.

Certified LabVIEW Associate Developer
0 Kudos
Message 8 of 8
(3,446 Views)