This is the error message we are getting for running any UiPath project from UiPath Studio. error is pointing towards root cause “Access to the path ‘Z:.…..\Windows_Expressions.InsightWorkflows_EnterDateToProcess.dll’ is denied.”. since we can not even debug or run any uiapth processes. we tried to run project from -
-local (C:)directory
deleting (.local )folder
deleting cache folder
cloning fresh project from GitHub. we have tried all possible solutions , does anyone have any suggestion how we can resolve this error?
You probably shouldn’t be trying to work from a mapped drive. I suggest copying the project to a local folder and work from there. Make sure it’s not a folder that something like OneDrive is syncing with the cloud, as that will also interfere with Studio.
Studio is still referencing a mapped drive (Z:) for NuGet/package cache, not the project itself.
Change the Packages folder to a local path, clear UiPath and NuGet caches, ensure no AppData/NuGet redirection to Z:, restart Studio.