08-01-2025 12:18 PM
Hello all,
I just made the horrible mistake of updating LabVIEW immediately when the new version was available (2025 Q3).
My project, which had no errors and was working perfectly fine last night on this PC, now displays this error:
Please tell me there is a way to fix this without uninstalling 2025 Q3 and going back to 2025 Q1.......
Solved! Go to Solution.
08-01-2025 12:31 PM
Another restart and it claims these two VIs are missing:
08-01-2025 01:16 PM
Are you able to load the classes outside the application without any errors?
08-01-2025 02:33 PM
After reopening my project in LabVIEW 2025 Q3 at least ten times and trying to recreate the bug in a new blank project....everything works fine now....
I am at a loss...but everything works fine now, thank you for your time!
08-01-2025 02:34 PM
I'm not sure if this fixed it, but I opened one of my classes by itself, then totally closed out, then opened my project again to find it working.
Thank you for your suggestion!
08-01-2025 02:59 PM
Glad to hear everything is working. I can't give a good answer to why your application lost the links to the class VIs, but a refresh seems to have cured the problem.
I will ask the support engineer to close out the support case you opened. Please open a new case if you have further issues.
08-05-2025 01:05 PM
Upon trying to compile my .EXE, this error shows up again.............................
08-05-2025 10:10 PM
The issue was ultimately that a .DLL had been placed in the "Always Included" list and was accidentally removed.
This had no effect in the development environment, but broke the build. Error messages were not helpful (it merely states that Actor.vi is the culprit).
I discovered what the issue was by noticing that turning on "Debugging" in the build menu allowed the build to complete, but I did not want to deploy it this way.
I was lucky to recall and try this, it's not clear how I would've determined the problem otherwise.