10-21-2010 04:21 PM
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 42 occurred at Create Folder in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: Generic error.
\\.psf\mrfmDistribution\mrfm llb distributions\Instruments_build_1.llb\data
10-21-2010 09:49 PM
Where is the project located that you are trying to build? Is it on another PC or server?
The path listed in error message starts out \\.psf\ which means a target name of ".psf " That seems to be a rather odd name for a PC or a server.
01-28-2011 12:32 AM
Hello,
It's often happend when I forget to completely close exe file (using Task Manager in windows) while trying once again to build it.
Maybe it is not solution for You, but treat this as reminder
![]()
10-04-2018 02:35 PM
I know this is an old thread, but I just had a similar issue and resolved it a different way. It turns out the original developer had selected the option to run the VI after build, and somehow this was causing the error. I had tried building this 20+ times after tweaking source files/dependencies and I didn't have any success until I unchecked the box for running the VI after the build in the Pre/Post builds section.
Hopefully this helps anyone else who may run into this issue!