Error: NU1101 - Unable to find package runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets

Hi everyone,

I’m encountering an error and could use some assistance in finding a solution. Here’s the error message I received while running my project in debug mode:

I recently attempted to open my project on a different PC that has a lower version of UiPath Studio Enterprise installed. This error occurred during the debugging process.
It seems that the package runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets is not being found in any of the specified sources: C:\Actimai\Packages, C:\Program Files\UiPath\Studio\Packages, Connect, https://gallery.uipath.com/api/v2, https://www.myget.org/F/workflow/, Local, LocalPackages, Official.

I suspect these issues may be related to the version mismatch between my project and the UiPath Studio version on the other PC.
Has anyone encountered a similar problem before or has any insights on how to resolve this issue? Any help would be greatly appreciated!

Thank you in advance.

@melbournenoguerra

Please try adding the package source and then try repair from the project menu and check if that solves

https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.jso

cheers

Hi Anil. Thank you for your response. May I know how to add the indicated package source? Thanks!

@melbournenoguerra

Please check this

cheers

Thanks again Anil for your response. But an error has occurred

@melbournenoguerra

Please go to that xaml and check what error is present

Main7-test.xaml

cheers

Error is still occurring.

But somehow I have found a solution for this.

Regardless, I still want to thank you Anil for your responses. Thanks!

1 Like

@melbournenoguerra

Please post the solution when you have time so that others also can get help

cheers

2 Likes

Hi,
I am facing the same issue, can you please share the solution if possible? It’ll be really helpful.

1 Like

我也遇到了相同的问题,请问是如何解决的?

@Kartik_Thakur @Kanyeah

Can you try the following step and see the issue resolves?

  1. Go to NuGet Gallery | runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets 1.0.1 and download the package manually.
  2. Place the downloaded package to local feed (%ProgramFiles%\UiPath\Studio\Packages).

Thank you.