UiPath.CoreIpc.RemoteException: NU1202: Package Test 1.0.3 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Test 1.0.3 supports: net8.0 (.NETCoreApp,Version=v8.0)

Hi,

I am facing the issue while running the process through docker. Please find the error below:

The error: UiPath.CoreIpc.RemoteException: Failed to install package ‘Process1.11.0’ —> UiPath.CoreIpc.RemoteException: NU1202: Package

Earlier with old Ui Path studio version I didn’t had any problem, as I updated to the latest Ui Path Studio, I am facing this issue.

can someone please help me out here.

Thanks,
Ahmed

can you share the snapshot

@ahmdfaisal369,

You will have to update the docker image or recreate with the latest image. There are chances that package versions are updated.

Refer this: Robot - Linux Robots

Thanks,
Ashok :slight_smile:

I can’t share the snapshot, because I am working for clients and have to follow the policy

Yes , I tried that, but still I am facing the issue

This is the error I am facing :

UiPath.CoreIpc.RemoteException: NU1202: Package Test 1.0.3 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Test 1.0.3 supports: net8.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Test 1.0.3 is not compatible with net6.0 (.NETCoreApp,Version=v6.0) / ubuntu.20.04-x64. Package Test 1.0.3 supports: net8.0 (.NETCoreApp,Version=v8.0)

Thanks,
Ahmed

@ahmdfaisal369,

Okay it’s the issue of.Net framework.

Based on the below error

UiPath.CoreIpc.RemoteException: NU1202: Package Test 1.0.3 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Test 1.0.3 supports: net8.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Test 1.0.3 is not compatible with net6.0 (.NETCoreApp,Version=v6.0) / ubuntu.20.04-x64. Package Test 1.0.3 supports: net8.0 (.NETCoreApp,Version=v8.0)

your robot supports processes built on net6.0-windows7.0, but your process Package Test 1.0.3 was built in net8.0-windows7.0 which is not compatible with your robot version.

Starting with 24.2, the Studio and Robot will move to .net8 as a runtime which will lead to the following situation: Micro-automations built/modified/published with Studio 24.2 won’t run with Robot 23.12 and earlier.

To solve your actual issue, you have two approaches:

Approach #1

Install a Studio version that is matching the robot version.
Open the existing project and debugged it. Make sure it is compiling fine.
Build the package, deploy it, and then install it on the robot VM.

Approach #2

Upgrade the robot to match the Studio version that build it. Should be something in 2024.2 or higher.

Reference: Robot - .NET 8 projects fail to run

2 Likes

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