07-16-2009 01:36 PM
Hi,
An error as follows has occurred when building the exe file:
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1502 occurred at Invoke Node in 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.
Method Name: Save:Target Instrument
The code was built successfully in all previous version. Only a few minor changes to the latest code: a global variable was added and a few calculation algorithm were updated.
Does anyone have any idea about this error?
Thanks in advance,
Jean
07-17-2009 03:04 PM
Try selecting Do not disconnect type definitions or remove unreferenced members under Additional Exclusions when you build your executable.
Also try enabling debugging.
07-24-2009 04:14 PM
Thanks a lot for your help, this issue was solved by enable debugging in the build specifications.
Jean
05-10-2010 05:13 AM
06-28-2013 09:40 PM
I resolved the issue by setting the following build properties
- disconnect type definitions
- enable debugging
- unselect SRS
Thanks for help