01-06-2010 02:56 PM
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>
Solved! Go to Solution.
01-07-2010 02:16 AM
01-07-2010 06:33 AM
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!
01-07-2010 12:49 PM
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