Hi Team, Kindly provide solution for the below problem.
Problem Statement: I have written one UiPath script with cross-platform selected for a Process in UiPath Studio Version 23.10.2 which I had ran in docker with Linux Robot version Robot Version with Docker Image Tags: 23.10.69.35238-robot23.10.0 and when I tried the same written one UiPath script cross-platform selected for a Process in UiPath Studio Version 24.10.0 which I am tring to run in docker with Linux Robot version Robot Version with Docker Image Tags: 23.10.69.35238-robot23.10.0:
I am getting the error message as “RemoteException wrapping System.Exception: Failed to install package ‘Test1.1.0.1’ —> RemoteException wrapping System.Exception: NU1202: Package Test1 1.0.1 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Test1 1.0.1 supports: net8.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Test1 1.0.1 is not compatible with net6.0 (.NETCoreApp,Version=v6.0) / alpine.3.14-x64. Package Test1 1.0.1 supports: net8.0 (.NETCoreApp,Version=v8.0)
— End of inner exception stack trace —
at UiPath.Service.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/ProjectInstaller.cs:line 65
at UiPath.Service.Core.Telemetry.RobotTelemetryExtensions.WithTelemetry[TResult](IRobotTelemetryClient container, Func1 internalFunc, RobotTelemetryOperationBase telemetryOperation, Action
1 telemetryArgsFunc) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Telemetry/RobotTelemetryClient.cs:line 66
at UiPath.Service.Core.ProjectInstaller.InstallWithTelemetry(InstallProjectCommand installCommand) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/ProjectInstaller.cs:line 46
at UiPath.Service.Core.ProjectInstaller.<>c__DisplayClass5_0.<b__0>d.MoveNext() in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/ProjectInstaller.cs:line 35
— End of stack trace from previous location —
at UiPath.Service.Core.ProjectInstaller.Install(InstallProjectCommand installCommand) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/ProjectInstaller.cs:line 35
at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, CancellationToken ct) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/PackageService.cs:line 53
at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/Job.cs:line 186
at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/Job.cs:line 174
at UiPath.Service.Job.UiPath.Service.Core.IExecutorEvents.ExecutorAvailable(ImpersonableIdentity identity, CancellationToken ct) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Impl/Job.cs:line 384
at UiPath.Service.Core.ExecutorService.Available(AvailableMessage availableMessage) in /home/vsts/work/1/s/Robot/UiPath.Service.Core/Executor/ExecutorService.cs:line 40
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, Func
2 func, String message, Func`2 exceptionHandler)”.
Kinldy provde solution for this problem statement.
Appriciate for your help in advance!