Test Manager - Error in execution

Hello everyone, I have the following runtime error when trying to run a Test Automation Project type robot

Failed to install package ‘AGB.Test.Manager.1.1.0’

UiPath.CoreIpc.RemoteException: Failed to install package ‘AGB.Test.Manager.1.1.0’ —> UiPath.CoreIpc.RemoteException: NU1107: Version conflict detected for UiPath. Install/reference UiPath 23.2.53.53687-preview directly to project AGB.Test.Manager.1.1.0 to resolve this issue.
AGB.Test.Manager.1.1.0 → AGB.Test.Manager 1.1.0 → UiPath.UIAutomation.Activities.Runtime 23.2.0-preview → UiPath (= 23.2.53.53687-preview)
AGB.Test.Manager.1.1.0 → AGB.Test.Manager 1.1.0 → ROIT.Libraries 2.1.2 → UiPath.UIAutomation.Activities 21.4.3 → UiPath (= 21.4.23.31065).
— 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, 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, Func`2 exceptionHandler)

Studio versions are the same in both development and production environments, packages are both up to date with the latest version, I need help with this.

@Gabuwp

Can you please upgrade the ui automation and the system activities packages to the ltest version and then try…

Basically it looks like the packages are not compatible

Cheers

Hi @Gabuwp,

The error message you received indicates that there is a version conflict between two different packages that your automation project is trying to use. Specifically, the AGB.Test.Manager.1.1.0 package is dependent on both the UiPath.UIAutomation.Activities.Runtime 23.2.0-preview package and the ROIT.Libraries 2.1.2 package, which both have conflicting dependencies on the UiPath package.