10-07-2019 03:49 AM
I am trying to build a stand alone exe file from a Labview VI using the application builder.
I get the following error message:
"Error 8 occurred at AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_Frmwk_Build.lvclass:Build.vi -> AB_UI_FRAMEWORK.vi -> AB_Create_Build_Application.vi -> EBUIP_Global_OnCommand.vi -> EBUIP_Global_OnCommand.vi.ProxyCaller
Solved! Go to Solution.
10-07-2019 04:10 AM
Do you have an explorer open with the target folder or something? This typically happens when the build process can't clear the target folder before building. You can e.g. delete it yourself to see if it helps. (one time i actually had to change the target folder just to get it to build)
/Y
10-08-2019 03:24 AM
Thanks!