System.UnauthorizedAccessException: Access to the path 'の原因と対策

UiPath Studio Community Edition 23.8.1版を利用中の初心者です。

約半年ぶりに、指定フォルダからファイルを1つずつ取り出してWebにUploadするWFをファイルをデバッグで実行したところ、WF実行前にいきなり下記のエラーがProject.logに出ました。ひとつだけででなく、複数のサブルーチンで同じエラーが発生しています。以前は正常に動いていました。原因分かりますでしょうか?

14:45:53.1097 => [ERROR] [UiPath.Studio.Project] [27] System.UnauthorizedAccessException: Access to the path ‘C:\Users\(省略)\Framework8\Test.xaml’ is denied.

Hi @gorby

Check on the below thread

Hope this helps!!

Solution : Remove the bot folders from the ,nuget package and install them again via the robot tray. This did a fresh deployment of the latest package and the permission issue was resolved in the subsequent run.

Hi Thank you for your reply!

Fortunately, I found resolution by myself.
No need to re-Build package. Instead, I had to choose departed workflow folder again at invoke workflow file activity as well as I had to remove unused xaml files in my project.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.