Issue Details
I built a LabVIEW project which calls SubVIs. The whole project and/or the SubVIs are located in folders that have a long file path e.g. on Network drives. When I use the LabVIEW Application Builder to build an executable, the build fails. The Application Builder throws the following error:
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?