robot
2021.10
false
- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Windows Sessions
- Login Using Thales Luna Credential System
- Login Using NShield Key Storage Provider
- Redirecting Robots Through a Proxy Server
- Executing Tasks in a Minimized RDP Window
- Using Mapped Network Drives
- Stopping a Process
- Disable Stop Button
- Custom Package Folders and Network Paths
- CrowdStrike Integration
- Troubleshooting
- Unresponsive Robot Over RDP
- Duplicate Execution Logs
- Frequently Encountered Robot Errors
- Increased Process Execution Duration
- Enforced Package Signature Verification
- Message Too Large to Process
- Errors When Running as Administrator
- NuGet Packages Not Accessible After Migration
- User Access Control Prompt and UI Automation Activities
- .NET6 Projects Fail to Run
.NET6 Projects Fail to Run
OUT OF SUPPORT
Robot User Guide
Last updated Nov 11, 2024
.NET6 Projects Fail to Run
Windows and Cross-Platform projects created with Studio 2021.10.6 and newer cannot be run from Orchestrator on Robots older or equal to 2021.10.5.
In the scenario presented above, the job fails with the
RemoteException wrapping System.Exception: NU1202: Package <package name> is not compatible with net5.0 (.NETCoreApp,Version=v5.0)
The 2021.10.5 Robot uses .NET 5, and Studio 2021.10.6 creates the Windows and Cross-Platform processes using .NET 6.