.net package issue

I installed the latest version of UiPath, and when I push a package to Orchestratior got an error

UiPath.CoreIpc.RemoteException: NU1202: Package test 1.0.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package test 1.0.1 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
NU1202: Package test 1.0.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0) / win10-x64. Package test 1.0.1 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)

What are possible solutions to resolve this without upgrading the robot on orchestrator?

1 Like

@Muhammad_Imran_Hashmi

You will have to update the robot version as well on your robot machine so the bot can be run without any issue.

Use same robot version of studio

Else upgrade robot no other options.

I have a lot (110) of automations running on that version of the machine and bot if I update the version do other automations be affected by this upgradation?

No they won’t affect @Muhammad_Imran_Hashmi as the latest robot version will have backword compatibility.

I use the same studio version, which is 2025.10.18 re-publish the package, but got the same error.
UiPath.CoreIpc.RemoteException: Failed to install package β€˜Get.job.Dynamically.1.0.7’ β€”> UiPath.CoreIpc.RemoteException: NU1202: Package Get.job.Dynamically 1.0.7 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Get.job.Dynamically 1.0.7 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Get.job.Dynamically 1.0.7 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0) / win10-x64. Package Get.job.Dynamically 1.0.7 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 β€”

I use the same studio version, which is 2025.10.18 re-publish the package, but got the same error.
UiPath.CoreIpc.RemoteException: Failed to install package β€˜Get.job.Dynamically.1.0.7’ β€”> UiPath.CoreIpc.RemoteException: NU1202: Package Get.job.Dynamically 1.0.7 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Get.job.Dynamically 1.0.7 supports: net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
NU1202: Package Get.job.Dynamically 1.0.7 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0) / win10-x64. Package Get.job.Dynamically 1.0.7 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 β€”

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