Help - Package error while trying to run unattended process

Hello community, hope you all are having a great day.

I’m running into this issue when trying to run a unattened processs.

I did some research and it seems clear that the issue is net windows version, and what I understood is that one solution might be updating the robot version, yet I haven’t been able to find out how, and I’m no exactly sure that’s the problem in hand.
Hopefully someone in the coommunity could provide me with some clarity.

Thank you very much.

I understand you’re encountering an error related to the UiPath.CoreIpc.RemoteException package in UiPath Studio. The error message indicates that the package version you’re trying to install (1.2.16) is not compatible with your current .NET version (net6.0-windows7.0).

Here’s a breakdown of the error and potential solutions:

Error Analysis:

  • The error occurs during the installation of the UiPath.CoreIpc.RemoteException package, version 1.2.16.
  • This package is incompatible with your .NET version, which is net6.0-windows7.0 (likely referring to .NET Core App, Version=v6.0).
  • The error message suggests that the compatible version of the package for your .NET version is not available.

Solutions:

  1. Check Compatible Package Version:

    • Refer to the documentation or release notes for the UiPath.CoreIpc.RemoteException package to find the compatible version that supports .NET Core App, Version=v6.0.
    • If a compatible version exists, update the installation process in UiPath Studio to target that specific version.
  2. Consider Alternative Packages:

    • Explore alternative packages within UiPath that might provide similar functionality and are compatible with your .NET version. Search the UiPath package repository for options.
  3. Upgrade or Downgrade .NET (if feasible):

    • Upgrade: If possible, consider upgrading your project’s .NET version to a newer version (e.g., net8.0-windows7.0) that might be compatible with the UiPath.CoreIpc.RemoteException version 1.2.16. This approach requires ensuring all other dependencies in your project are also compatible with the new .NET version.
    • Downgrade (with caution): As a last resort, and only if feasible for your project, downgrade the .NET version to a version explicitly mentioned as compatible with UiPath.CoreIpc.RemoteException version 1.2.16 in the package documentation. Be aware that downgrading might have other implications for your project.

I hope this helps! Let me know if you have any other questions.