Reputation: 3084
I'm getting the following exception when trying to run a project produced with the is4admin
dotnet new command.
System.InvalidOperationException: Cannot resolve scoped service 'IdentityExpress.Manager.BusinessLogic.Interfaces.Services.ILicenseService' from root provider. at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteValidator.ValidateResolution(Type serviceType, ServiceProvider serviceProvider)
Is there anything I can do to fix this?
Upvotes: 1
Views: 104
Reputation: 848
That is a problem not with identity server but with the AdminUI https://www.identityserver.com/products/ Likely their code needs to be updated, you can contact support and let them know.
Upvotes: 1