Packages Are Missing From Local Feed

Packages keep on installing for hours and then gives the error that packages are missing when any Robot is deployed.

Issue Description: Packages keep on installing for hours and then gives the error that packages are missing when any Robot is deployed.

Root Cause: The error is thrown if the packages or it's dependencies are not able to install from external feeds.

Resolution:

Comment the external feeds from nuget.config file available at below locations,

  • C:\Program Files (x86)\UiPath\Studio\NuGet.Config
  • %appdata%\NuGet\NuGet.Config
  • C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\NuGet\NuGet.Config

This will only install the packages from the local feed.