NU1202: Package xxx is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package xxx supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)

Hello,
I have an error on the cloud robot. Can anybody help me. here is the error message

  • Processus: Test
  • Paquet: Création.de.Demandes.DT-DICT
  • Version du package: 1.0.3
  • État:Défaillante(s)
  • Message brut:

Failed to install package ‘Création.de.Demandes.DT-DICT.1.0.3’

UiPath.CoreIpc.RemoteException: Failed to install package ‘Création.de.Demandes.DT-DICT.1.0.3’ —> UiPath.CoreIpc.RemoteException: NU1202: Package Création.de.Demandes.DT-DICT 1.0.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Création.de.Demandes.DT-DICT 1.0.3 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Création.de.Demandes.DT-DICT 1.0.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0) / win10-x64. Package Création.de.Demandes.DT-DICT 1.0.3 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
— End of inner exception stack trace —
at UiPath.Robot.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Robot.Core.ProjectInstaller.<>c__DisplayClass10_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Robot.Core.ProjectInstaller.Install(InstallProjectCommand installCommand)
at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, Nullable1 jobId, CancellationToken ct) at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.UiPath.Service.Core.IExecutorEvents.ExecutorAvailable(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Impl.ExecutorProxy.OnExecutorAvailableAsync(Object sender, AvailableEventArgs args) at UiPath.Service.Core.ExecutorService.Available(AvailableMessage availableMessage) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func2 exceptionHandler)

1 Like

@DICT-OKTOX

One of the package is jot getting installed.

Is it a UiPath cloud robot?

Did you try to change the package version of du and check if that solves?

Cheers

Most probable you built the Création.de.Demandes.DT-DICT 1.0.3 project in a Studio 24.2+ (which builds under net8.0) and you are trying to run in a lower robot version which only support net6.0.

So, in order to solve this issue, you have two approaches:

Approach 1

Upgrade the robot that should run the process to the same version as your Studio.

Approach 2

Open the Création.de.Demandes.DT-DICT 1.0.3 project in a Studio 23.10.4, downgrade the dependencies to 23.10 versions, test it and publish.

Then run the process in a 23.10.4 robot

Note: The 23.10.4 installer can be found here https://download.uipath.com/versions/23.10.4/UiPathStudio.msi

Let us know if this helped.

9 Likes

Thank you for your help.

1 Like

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