Question
UiPath Studioをマシン単位でインストールしています。
%LocalAppData\UiPath\Logsフォルダーにある UiPath.Studio.log ファイルに、「Access to the path ‘C:\Program Files\UiPath\Studio\Nuget.config’ is denied.」エラーメッセージを確認しました。
何か対応すべきことはありますか?
エラーメッセージ
11:47:17.6230 => [ERROR] [UiPath.Studio] [4] System.UnauthorizedAccessException: Access to the path ‘C:\Program Files\UiPath\Studio\Nuget.config’ is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteToFile(String path, FileMode mode, String contents, Encoding encoding)
at UiPath.Studio.Shell.Migration.FeedMigrator.Apply(), HResult -2147024891
Answer
Nuget.configはパッケージソース情報を定義するファイルですが、Studioホーム画面 > 設定 > パッケージソースを管理 > 既定のパッケージソースが表示されていれば正常に動作していますので、対応不要です。