LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unsuccessful build with 2010 sp2

I have just recently received this error when building a LV project...I have built others and made succesful runtime-programs, but now I get this error and not sure what to make of it....

 

 

Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:

Error 6 occurred at Delete in AB_Engine_Delete_Internal_Files.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller

Possible reason(s):

LabVIEW:  Generic file I/O error.
=========================
NI-488:  I/O operation aborted.

C:\Users\Steve M\Documents\builds\GPSApp\GPS Application\GPSApp.exe

 

 

...later on I'm thinking about downloading myself into the internet using LabView...
0 Kudos
Message 1 of 5
(3,092 Views)

It appears the build process is having problems deleting the existing files. Could they be locked? Is the app already running? Was it left running? Did you check your Task Manager to see if it's still floating around? Have you tried clearing out the directory before you build?

0 Kudos
Message 2 of 5
(3,053 Views)

"It appears the build process is having problems deleting the existing files. Could they be locked? Is the app already running? Was it left running? Did you check your Task Manager to see if it's still floating around? Have you tried clearing out the directory before you build?"

 

Locked? -- not sure, will check

Running app? -- yes app runs in LV without runtime errors

Left Running? -- no, this is build after restart of the computer using the lvproj files, etc

Directory? -- nope, will check that...

 

2010-11-18_1030.png

...later on I'm thinking about downloading myself into the internet using LabView...
0 Kudos
Message 3 of 5
(3,043 Views)

I had a simular build problem that ultamitly was caused by the path of the source files being to long. I resolved my problem by mapping a network drive to shorten the path.

 

Before: \\myCompay\files\System\Users Documents\nnelson4\My Documents\My LabView\LabView\system 1234\Viewer\app.vi

after: h:\system 1234\Viewer\app.vi

 

It ran fine just wouldn't build until I shortened the paths.

0 Kudos
Message 4 of 5
(3,035 Views)

I tried changing the target directory and name of the app.exe and got another similar error...

 

 

 

Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:

Error 6 occurred at Delete in AB_Engine_Delete_Internal_Files.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_CreateNewWizard_Invoke_CORE.vi->EBUIP_CreateNewWizard_Invoke.vi->EBUIP_CreateNewWizard_Invoke.vi.ProxyCaller

Possible reason(s):

LabVIEW:  Generic file I/O error.
=========================
NI-488:  I/O operation aborted.

C:\Users\Steve M\Documents\builds\GPSApp\testGPS\Application.exe

 

 

 

 

 

 

 

 

...later on I'm thinking about downloading myself into the internet using LabView...
0 Kudos
Message 5 of 5
(3,011 Views)