From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build error 1059

I keep getting this error when trying to build an application. I have checked that there are no broken VIs and and the main VI is runnable. I've tried restarting my computer and LabVIEW several times. Any ideas?

 

Possible reasons:

Error copying files.
Source: C:\***\***.lvclass
Destination: C:\***\***.lvclass

 

Details:

Error 1059 occurred at AB_Source_Library.lvclass:Copy_SourceItem.vi -> AB_Build.lvclass:Copy_Files.vi

Possible reason(s):

LabVIEW:  Unexpected file type.


LV 2015SP1
0 Kudos
Message 1 of 2
(3,005 Views)

It looks like you specified a path to a subdirectory to a Folder name rather than to a file.  The unexpected file type is that it is a folder rather than a file.

 

Add another backslash and a file name to your path constant.

0 Kudos
Message 2 of 2
(2,870 Views)