LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build unsucessful

I get the following error when I trie to build and .exe  application:

 

Error 1502 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller

Possible reason(s):

LabVIEW:  Cannot save a bad VI without its block diagram.

 

How do I fix this problem?

0 Kudos
Message 1 of 6
(4,969 Views)

Hi,

 

Build the executable including the block diagram by checking the option "Enable debugging".  By Checking this option LabVIEW will include the block diagram while bulding the application.

 

 

 

 

 

 

 

 

 diappln.JPG

 

Post back for queries.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
Message 2 of 6
(4,957 Views)

Solution did not work

I get the following error when I try to launch the application

0 Kudos
Message 3 of 6
(4,912 Views)

What version of LabVIEW you are using?

 

Try this:

 

In the Addition Exclusions section of your build specification window select Do not disconnect type definitions or remove unreferenced members. While this may make your execution larger, in most cases it will fix the error.

 

Thanks,

Mathan

Message 4 of 6
(4,889 Views)
Also go through this search for solving the error in your screenshot.
0 Kudos
Message 5 of 6
(4,883 Views)

Problem might be this.  You might be using any toolkit or some dll's and the license of which might have expired.  Generally while converting between platforms the "call library function" node of any driver will give error and just opening and configuring the node will solve the problem.

 

In your case if you have some expired licenses for toolkits this might arise.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 6 of 6
(4,863 Views)