07-17-2023 11:22 PM
Hello Everyone,
I am using LabVIEW 2012 for one of project and during the build getting the below error, Could anyone guide me the solution for the same.
Error 8 occurred at Create Folder in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: File permission error. You do not have the correct permissions for the file.
Getting this error while building after the implementation
07-18-2023 07:34 AM
Your build is trying to create a folder on C drive, which is usually not allowed. You can try to create that folder before hand. Or change the output directory to another path.
07-18-2023 03:58 PM
Older versions of LabVIEW (2015 and earlier maybe?) would sometimes give weird permission errors if you tried doing a build with an explorer window open displaying one of the folders where LabVIEW needed to create a file or folder. If you try again, make sure all explorer windows are closed and see if that helps.
07-19-2023 12:21 AM
Hi.... Thank you for your reply
I have tried this but it didn't workout for me
07-19-2023 12:22 AM
Thanks for your response...... Still the error remains same