Issue Details
I built a LabVIEW project which calls SubVIs within. The whole project and/or the SubVIs are located in folders that have a long file path e.g. on Network drives. Now when I want to use the LabVIEW Application Builder to build an executable, the build fails the Application Builder displays the error 129 message:
Error 129 occurred at <function inside the SubVIs>
Possible reason(s):
LabVIEW: (Hex 0x81) The path to access is too long for the current operating system.
How can I fix this error, in order to build my executable successfully?