04-15-2014 03:17 AM
Have you guys ever experienced this error before?
"The Build was unsuccessful....Error 1 occurred at BeginUpdateResourceA.vi"
I looked for the file named "BeginUpdateResourceA.vi", but I couldn't find it. The file is not in the project of course. The error occurs only at my customer's system.
Configurations:
1. LabVIEW Professional Development System 2013 SP1
2. The source VI is a custom TestStand Operator Interface. Other normal VIs are good to build.
3. There was no problem before installing a security program which is provided by my customer' coporate. The program checks every file in the system periodically.
If you have workaround of this issue, please let me know.
Best Regards
Joonam
Solved! Go to Solution.
09-06-2014 10:56 AM
Let me add that I've seen this error before and am getting it again this morning. It worked fine until my last (minor) code updates. On a whim, I just built another executable in the same project (which worked fine) and, when trying again with the first build spec, got "Error 1 occurred at EndUpdateResourceA.vi"
This thread discusses a few modifications to Begin...vi. Mr._Jim suggested:
I'd love to hear a solution to this. Maybe it'll go away when I upgrade to LV2014? Maybe I'll just blame my lousy computer and go home...
10-24-2016 01:11 AM
Yesterday I got this error for the first time. I tried the two steps as mentioned above but did not help.
Then I simply deleted some of my subVIs in my project folder. These subVIs I use with my other projects but not called from this project. Now my problem solved. Try this if other steps don't work