LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why won't my application build?

Solved!
Go to solution

I've just upgraded to LabVIEW 2009 and tried to build an executable as I have many times in the past with previous versions of LabVIEW, and I get the following Build Error:

 

Error 1430 occurred at Create Folder in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller

Possible reason(s):

LabVIEW:  The path is empty or relative. You must use an absolute path.

<Not A Path>

0 Kudos
Message 1 of 4
(3,547 Views)
Please see this Thread
0 Kudos
Message 2 of 4
(3,515 Views)

I've removed all files from the "Always Included" source files window, leaving only the top level vi in the "Startup VIs" window and the executable was then able to be created.

This and the solution from the mentioned previous thread point to a problem with something in the dependancies. I shall investigate further to identify the root cause.

 

Thanks for the help!

0 Kudos
Message 3 of 4
(3,498 Views)
Solution
Accepted by topic author MikeMack747

There are two VIs in the files I attempted to "Always Include" that each created the same 1430 error previously mentioned. Both are in source control from a previous project. The rest of the files in the project are newly created, and in a different directory.

 

Source control is causing the error

0 Kudos
Message 4 of 4
(3,481 Views)