Update Package Error

Hello,
I want to update UiPath.WebAPI.Activities. But after update all lot of package get error. Why. How can I update this package?

After

Hi @Murat ,

Try this

  1. Update UiPath.System.Activities first (to latest compatible version).

  2. Then update UiPath.WebAPI.Activities.

  3. After that, update dependent packages (UIAutomation, Excel, Mail) to compatible versions.

  4. Do not use mixed old and new major versions.

  5. If issues persist, remove UiPath.WebAPI.Activities and reinstall the required version via Manage Pack

Hi @Murat

You need to update all the packages with the comparatively version after update if still u see issue reinstall it and close the studio and open it again

Hope it resolve your issue
Thanks

@Murat

can you hover over it and show error ideally if package is missing you would see red buts it orange so there might be some in compatible dependencies ..can you please try to upgrade or repair other pckges

cheers

@Murat

Try this approach.

  1. Take backup of the project.json
  2. Close the project and studio
  3. Delete the project.json from project folder
  4. Now open the project by double clicking on the Main.xaml
  5. Let the Studio recreate the project.json which should automatically take the compatible versions of each package used.

Hi @Murat

If issue is resolved please mark as solution so thread will be closed and it helps other to who is facing similar issue

Thanks & Happy Automations

Hi @Murat

This usually happens because UiPath.WebAPI.Activities has dependency changes. When you update it, other packages that depend on older versions may become incompatible, which causes errors.

How to update safely:

  1. Check project compatibility (Windows / Windows-Legacy matters).
  2. Update UiPath.WebAPI.Activities first, then update other UiPath packages to matching/latest versions.
  3. If errors remain, try Manage Packages → Repair Dependencies.
  4. Avoid mixing very old and very new package versions in the same project.

If the project was already stable, updating only one package can break things—so it’s best to update all UiPath packages together or stick with the working version.

If solution help you please mark as solution.