09-04-2009 01:16 AM
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?
09-04-2009 01:56 AM
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.
di
Post back for queries.
09-07-2009 11:20 AM
Solution did not work
I get the following error when I try to launch the application
09-07-2009 10:53 PM
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
09-07-2009 10:57 PM
09-08-2009 05:55 AM
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.