robot
latest
false
UiPath logo, featuring letters U and I in white

Robot 管理ガイド

最終更新日時 2024年12月17日

.NET のトラブルシューティング

インストール時に必要な .NET

説明

Upgrading the Robot with MSI installers fails with the following error: "You must install .NET Desktop Runtime to run this application."

潜在的な問題

マシンにインストールされている .NET ランタイムが破損している可能性があります。

解決策

デバイスから .NET ランタイムをアンインストールして、もう一度インストーラーを実行します。

アクティビティが .NET ランタイムを見つけられない

説明

特定のアクティビティ パッケージを使用するワークフローを v2023.4.0 以降のロボットで実行すると、ワークフローが失敗します。次のエラーが表示されます。

  • 「To run this application, you must install missing frameworks for .NET. (このアプリケーションを実行するには、不足している .NET 用のフレームワークをインストールする必要があります。)」

  • 「To run this application, you must install .NET. (このアプリケーションを実行するには、.NET をインストールする必要があります。)」

影響を受けるアクティビティ パッケージ

  • UiPath.Form.Activities バージョン 2.0.x

  • UiPath.IntelligentOCR.Activities

  • UiPath.MobileAutomation.Activities

  • UiPath.Vision

  • UiPath.DocumentUnderstanding.Activities

  • UiPath.UIAutomation.Activities パッケージ内の OCR 関連のアクティビティ

  • UiPath.OmniPage.Activities

  • UiPath.OCR.activities

解決策 1

問題のあるワークフローのアクティビティ パッケージを最新バージョンにアップグレードします。

解決策 2

Add an Invoke Code activity at the start of the problematic workflow with the following snippet:

System.Environment.SetEnvironmentVariable("DOTNET_ROOT", System.AppContext.BaseDirectory)System.Environment.SetEnvironmentVariable("DOTNET_ROOT", System.AppContext.BaseDirectory)

解決策 3

Windows の .NET ランタイム、または不足している .NET Framework をインストールします。

.NET 8 プロジェクトの実行に失敗する

説明

v2024.2 の Studio で構築した Windows プロセスまたはクロスプラットフォーム プロセスを v2023.12 以前の Robot で実行すると、失敗して次のエラーが表示されます。「RemoteException: NU1202: Package <package_name> <version> is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package <package_name> <version> supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0).」

潜在的な問題

オートメーションが .NET 8 を使用して構築されているのに対し、NuGet は .NET 6 のパッケージを解決しようとしています。このような上位互換性はサポートされていません。

解決策

Upgrade your Robots to version 2024.2.

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.