ABP Framework version: v7.0.1
UI type: MVC
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace:
Steps to reproduce the issue:" Hi I have just updated abp cli to v7.0.1
Hi, I have created a new micro-service solution. abp new Demo -t microservice-pro -u mvc.
When I try to restore packages using command "dotnet restore" in the solution root folder, no commercial package can be restored successfully.
I have checked the nuget package sources, and following entry exists; source:https://nuget.abp.io/{my_private_key}/v3/index.json name:ABP Commercial NuGet Source
Here are some error messages I get;
PS F:\Abp\Demo> dotnet restore Determining projects to restore... F:\Abp\Demo\services\product\src\Demo.ProductService.Domain.Shared\Demo.ProductService.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual St udio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\product\src\Demo.ProductService.Application\Demo.ProductService.Application.csproj : error NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\saas\src\Demo.SaasService.Domain.Shared\Demo.SaasService.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Saas.Domain.Shared. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Package s, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\product\src\Demo.ProductService.Domain\Demo.ProductService.Domain.csproj : error NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline P ackages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\saas\src\Demo.SaasService.Domain.Shared\Demo.SaasService.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Payment.Domain.Shared. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Pack ages, nuget.org [F:\Abp\Demo\Demo.sln] Failed to restore F:\Abp\Demo\services\product\src\Demo.ProductService.Domain.Shared\Demo.ProductService.Domain.Shared.csproj (in 1.49 sec). Failed to restore F:\Abp\Demo\services\saas\src\Demo.SaasService.Domain.Shared\Demo.SaasService.Domain.Shared.csproj (in 1.49 sec). Failed to restore F:\Abp\Demo\services\product\src\Demo.ProductService.Domain\Demo.ProductService.Domain.csproj (in 1.49 sec). Failed to restore F:\Abp\Demo\services\product\src\Demo.ProductService.Application\Demo.ProductService.Application.csproj (in 1.49 sec). F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.Identity.Pro.HttpApi.Client. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Vi sual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.OpenIddict.Pro.HttpApi.Client. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.HttpApi.Client. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microso ft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.Identity.Pro.Application.Contracts. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Micro soft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.OpenIddict.Pro.Application.Contracts. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Mic rosoft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application.Contracts. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] F:\Abp\Demo\services\identity\src\Demo.IdentityService.HttpApi.Client\Demo.IdentityService.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.Identity.Pro.Domain.Shared. No packages exist with this id in source(s): ABP Commercial NuGet Source, C:\Program Files\dotnet\library-packs, Microsoft Vis ual Studio Offline Packages, nuget.org [F:\Abp\Demo\Demo.sln] . . .
Regards Murat Gürer
14 Answer(s)
-
0
Hi,
We will check it.
-
0
Same to me.
-
0
Hi,
We will check it.
Liangwhiwei - Any updates??? Your customers have development teams that are sitting still. You guys should think about giving the people you're inconveniencing the common curtesy of status and expected time to resolution.
-
0
Same here :(
-
0
I'm working with MVC single layer project.
All of sudden facing the below issue.
Is that same you folks are discussing? Any workaround?
Error
he nuget command failed with exit code(1) and error(NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Web.IdentityServer. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org Errors in D:\a\1\s\Pentapack.MRS\Pentapack.MRS.csproj NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Web.IdentityServer. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org)
-
0
Hey Sraman,
check this thread: https://support.abp.io/QA/Questions/4525/Cannot-find-lepton-x-pro-nuget---auth-server
I've tried to keep it as up to date as I can, but in short: so far we got nothing. The majority of us can't do anything.
-
0
Hi,
We will check it.
Any update on this? We cannot deploy.
-
0
/home/runner/work/Anlar.Everest/Anlar.Everest/aspnet-core/src/Anlar.Everest.HttpApi.Client/Anlar.Everest.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Saas.Host.HttpApi.Client. No packages exist with this id in source(s): ABP Commercial NuGet Source, github, nuget.org [/home/runner/work/Anlar.Everest/Anlar.Everest/aspnet-core/Anlar.Everest.sln]
We have been getting this from our build servers all day and now our development team cannot download ABP commercial packages on their development machines. When can we expect a resolution?
-
0
Check the linked thread above
-
0
Hi,
We will check it. Any update on this? We cannot deploy.
-
0
Hi,
We will fix the problem today.
-
0
Hi,
We will fix the problem today.
any updates?
-
0
Hi,
The problem has been fixed, you can try again.
-
0
I have checked, and problem has gone. Thanks.