UiPath.CoreIpc.RemoteException: Failed to install package ‘TenderEmail.1.0.11’ —> UiPath.CoreIpc.RemoteException: NU1202: Package TenderEmail 1.0.11 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Process Name 1.0.11 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Process Name 1.0.11 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0) / win10-x64. Package Process Name 1.0.11 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
Hi @m.hamdan
You have to update your .net latest version
This happens when you develop the code on higher version of the Studio and try to deploy it on the bot with lower version.
Can you show exactly when you are getting this error?
The error you’re encountering is due to the TenderEmail.1.0.11 package being incompatible with your current .NET version (net6.0-windows7.0), as it only supports .NET 8.0 (net8.0-windows7.0). This mismatch in .NET versions between your UiPath setup and the package requirements is the root cause of the issue.
You have a few options. First, upgrade your UiPath project to .NET 8.0 to ensure compatibility with the TenderEmail package.
If upgrading to .NET 8.0 is not an option, consider using an earlier version of the TenderEmail package that is compatible with .NET 6.0. You can check the Manage Packages window in UiPath Studio for available older versions.
Happy Automation
in Orchestrator, I publish the packages from UiPath Dev environment and I try to run the process in another machine using unattended robot.
You will have to upgrade the Robot version on that unattended machine. Check here the compatibility matrix:
Update your robot with same version in DEV and another machine or above verson.
supports .NET 8.0 (net8.0-windows7.0)
But if the PROD machine have a processes running on the old version, Now I installed new version of UiPath 2024 on DEV machine, how can upgrade and not stopped the old processes on PROD