UiPath Studio upgrade from 1.1 to 4.1 result into error

Getting an error after upgrading UiPath Studio from 1.1 to 4.1 version Enterprise Edition VersionError

1 Like

If you look at your output logs or the details of the error prompt, it’ll probably indicate it can’t find the package with your configured repositories and list the closest available version found in each repository. e.g.

NU1102: Unable to find package UiPath.Vision with version (= 1.0.6478.19392)
  - Found 2 version(s) in C:\Program Files (x86)\UiPath\Studio\.\Packages [ Nearest version: 1.1.0 ]
  - Found 2 version(s) in Local [ Nearest version: 1.1.0 ]
  - Found 2 version(s) in https://www.myget.org/F/workflow/ [ Nearest version: 1.1.0 ]
  - Found 2 version(s) in Official [ Nearest version: 1.1.0 ]
  - Found 1 version(s) in https://yourpathtoorchestrator//nuget/activities [ Nearest version: 1.1.0 ]
  - Found 0 version(s) in https://gallery.uipath.com/api/v2
  - Found 0 version(s) in Community
  - Found 0 version(s) in UiPath Go

You’ll probably see the package icon in red to indicate something is wrong. Upgrade your UiPath Vision / UiPath.Vision.Core package. I’m not seeing v1.0.x available anymore only 1.1.0 and 1.2.0.

If you absolutely NEED the older version for someone, you’d have to download the NuGet package for it, from your previous installation / Orchestrator if you still have it available and publish it to a private NuGet or your Orchestrator.

image

1 Like

Thanks! It worked. I had to update some of the packages.

1 Like