Unable to Execute my Testcases from Orchestrator

After Publishing my project to orchestrator and trying to run my Job is failing and getting the below error. I am confused why this error is arising. Could anyone please give the exact solution to resolve this issue.

Failed to install package ‘TX_HyperAutomation_Project_CSharp.1.0.2’

UiPath.CoreIpc.RemoteException: Failed to install package ‘TX_HyperAutomation_Project_CSharp.1.0.2’ —> UiPath.CoreIpc.RemoteException: NU1107: Version conflict detected for UiPath. Install/reference UiPath 23.6.60.46509-preview directly to project TX_HyperAutomation_Project_CSharp.1.0.2 to resolve this issue. **
** TX_HyperAutomation_Project_CSharp.1.0.2 → TX_HyperAutomation_Project_CSharp 1.0.2 → UiPath_Utilities 1.0.31 → UiPath_Utilities.Library.Runtime 1.0.31 → UiPath.UIAutomation.Activities.Runtime 23.6.3-preview → UiPath (= 23.6.60.46509-preview) **
** TX_HyperAutomation_Project_CSharp.1.0.2 → TX_HyperAutomation_Project_CSharp 1.0.2 → UiPath.MobileAutomation.Activities 22.10.4 → UiPath (= 22.10.59.14500).

** — 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)**

Hi @Chakravarthi_Koppuravuri ,

I see there is a conflict between UiPath Mobile Automation and UiPath UiAutomation Activities. You can either downgrade UiPath UiAutomation Activities to 22.10.x something in order to make it compatible with Mobile Automation Activities or you can upgrade Mobile Automation Activities to 23.6.x .

Well this means that there is a version conflict between the UiPath package that is installed in your project and the UiPath package that is installed on the Orchestrator server.

Identify the packages that are used in your project. You can do this by opening the Manage Packageswindow in UiPath Studio.
There upgrade the package version

If you are unable to update the UiPath package in your project, you can try to change the version conflict resolution strategy for the UiPath package.

https://docs.uipath.com/studio/standalone/2023.4/user-guide/managing-dependencies#resolving-dependency-conflicts

Hope this helps

Cheers @Chakravarthi_Koppuravuri

Done As you mentioned @AMAN_GUPTA @Palaniyappan But Still facing the issue. Find the issue mentioned below. Please guide me to get the solution.

Failed to install package ‘TX_HyperAutomation_Project_CSharp.1.0.3’

UiPath.CoreIpc.RemoteException: Failed to install package ‘TX_HyperAutomation_Project_CSharp.1.0.3’ —> UiPath.CoreIpc.RemoteException: NU1107: Version conflict detected for UiPath. Install/reference UiPath 23.4.62.63011 directly to project TX_HyperAutomation_Project_CSharp.1.0.3 to resolve this issue. **
** TX_HyperAutomation_Project_CSharp.1.0.3 → TX_HyperAutomation_Project_CSharp 1.0.3 → UiPath.UIAutomation.Activities 23.4.8 → UiPath.UIAutomation.Activities.Runtime 23.4.8 → UiPath (= 23.4.62.63011) **
** TX_HyperAutomation_Project_CSharp.1.0.3 → TX_HyperAutomation_Project_CSharp 1.0.3 → UiPath.MobileAutomation.Activities 22.10.4 → UiPath (= 22.10.59.14500).

** — 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)**