10-21-2010 12:37 AM
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?
Solved! Go to Solution.
10-21-2010 02:07 AM
Hi check for the VIs you have included in your build. any VI might not be existing.
10-21-2010 02:17 AM
I haven't dynamically included any VIs. Also there is no broken VIs and No Conflicts too...
10-21-2010 03:20 AM
Can you post a screen shot of your source file settings page where you have included the source files for top level VIs.
10-21-2010 04:52 AM
Please find the source file settings attached
10-25-2010 06:25 AM
Hi Vaishu,
check by creating a new exe with default settings only with "Startup VIs" selected in the "Source Files" page.
10-25-2010 06:39 AM
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)
10-25-2010 11:43 PM
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.