Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Identityserver4 安装core 2.1 SDK后IdentityServer 4的DI异常_Identityserver4 - Fatal编程技术网

Identityserver4 安装core 2.1 SDK后IdentityServer 4的DI异常

Identityserver4 安装core 2.1 SDK后IdentityServer 4的DI异常,identityserver4,Identityserver4,我在尝试运行使用is4admindotnet new命令生成的项目时遇到以下异常 System.InvalidOperationException:无法解析作用域服务 'IdentityExpress.Manager.BusinessLogic.Interfaces.Services.ILicenseService' 来自根提供程序。在 Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteValidator.Validat

我在尝试运行使用
is4admin
dotnet new命令生成的项目时遇到以下异常

System.InvalidOperationException:无法解析作用域服务 'IdentityExpress.Manager.BusinessLogic.Interfaces.Services.ILicenseService' 来自根提供程序。在 Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteValidator.ValidateResolution(类型 服务类型,服务提供者(服务提供者)


我能做些什么来解决这个问题吗?

这不是identity server的问题,而是AdminUI的问题。他们的代码可能需要更新,您可以联系支持人员并让他们知道