NuGet Error NU1100

Hi Everyone,
Today, I reinstalled UiPath and I got the following error:

Can you help me?
Thanks in advance,
Tuan

Hi @Tuannna1

Click on the dependencies that are appearing in red color & resolve the version conflict either by managing the dependency or by repairing the same.

image

Hope this helps,
Best Regards.

2 Likes


No package

@Tuannna1

Please navigate to all packages & try to install the latest version of the same packages.

Best Regards.

Try this approach as I see you don’t have any packageSources in the C:\Program Files\UiPath\Studio\NuGet.config file.

Close any Studio instances.

The C:\Program Files\UiPath\Studio\NuGet.config file should have this content:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <!-- Add this repository to the list of available repositories -->
    <add key="Local" value="./Packages" />
    <add key="MyGetOrg" value="https://www.myget.org/F/workflow/" />
    <add key="Marketplace" value="https://gallery.uipath.com/api/v2" />
    <add key="MarketplaceV3" value="https://gallery.uipath.com/api/v3/index.json" />
    <add key="UiPath Packages" value="https://packages.uipath.com/activities" />
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
    <add key="UiPath Official" value="https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json" />
    <add key="SignedPackages" value="https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json" />
    <!--<add key="SharedLocation" value="\\YOUR_NETWORKSHARED_PATH\NugetPackages" />-->
  </packageSources>
  <config>
    <add key="signatureValidationMode" value="accept" />
  </config>
</configuration>

Save it and then restart the UiPath Studio.

In Manage Packages you should see the sources.


More details about NU1100 NuGet Error NU1100 | Microsoft Learn