プロジェクトに組み込んだパッケージが外れる理由

こんにちは
UiPath Studio 2025.0.157 community editionのユーザです。

プロジェクトを起動するとまれに、プロジェクトに組み込んだパッケージが外れていることがあります。
プロジェクトをWindowsレガシからWindowsに変換した訳ではありません。Windowsのままでも外れます。

パッケージが外れると、プロジェクトを開いたときに、デザイナーパネルに「アクティビティを置換してください」という赤い警告メッセージが出ます。
プロジェクトパネルを見たらパッケージが外れていることが確認できます。

次にプロジェクトを再起動すると、最初にProject.json is denied.というエラーメッセージが出て、Project.jsonを削除すると次にDesign.json is denied.
というエラーメッセージが出ます。Design.jsonを削除すると次にNuget.cache is denied.というエラーメッセージが出ることもあります。

パッケージを管理で再度パッケージを組み込み直すと、問題なくパッケージが組み込まれます。
どのような場合にパッケージが外れてしまうのでしょうか?もしかしてUiPathのバグでしょうか?対処策をご存知の方ご教示ください。

Hey @gorby San if you start or create a new project in Studio There are only 1 Dependencies will show like this


its in the new update version of UiPath Studio and i think you are trying to use some Reusable Package in that particular project .so you just need to check which Dependencies you are using on that package and as per install in that project so it will resolve that issue .
the main reason is to remove that dependencies in the new update is to that some of the package are preinstalled in the previous version which you don’t required in the project .

cheers