02-28-2014 04:15 PM
I am getting the following error when trying to build an exectuable:
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1547 occurred at Invoke Node in AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: There was an error generating the type library.
Method Name: Build:Application
This build used to work fine. I have tried mass compiling the project directory, recreating the build from scratch, rebooting etc. No luck. It seems to build fine if I dont have enable active X server checked but unfortunately it's required for this application. Any help appreciated. Thanks!
02-28-2014 05:17 PM
Just an update: I tried starting fresh with a new project and still I am getting the same error.
03-03-2014 10:09 AM
Hello!
Has anything recently changed on your computer? Have there been any Windows updates in the time that this program stopped working? Are you running your program as administrator and do you have complete admin rights to your computer? I found a similar issue to this as I have looked in to this issue, and it appears that they were able to do a gpupdate in the command window to reinstall the correct priveleges. Here is more information about that command:
http://technet.microsoft.com/en-us/library/bb490983.aspx
Thanks!
03-03-2014 12:16 PM
I've tried on multiple windows 7 computers still have had no luck. Also tried a backup I made several months ago which I know I was able to build and had the same error. However, if I start a new empty project and make a simple vi and then enable active X it works. I tried making a new project, adding my vis again, making a new build and that still failed though. Sure there may have been windows updates in between. I dont really remember though. I'm running as administrator. I'll give the gpudate command a shot to see if that helps. Maybe IT changed something... Thanks for the help!
03-03-2014 03:09 PM
Ran the gpupdate command, restarted the computer but still have the same build error. Do I have to be in the project directory when I run gpupdate or does it do everything? Thanks.