我创建了一个继承ApplicationUser
的{{1}}类,然后在IdentityUser
类中,将StartUp
通用类型从services.AddDefaultIdentiy
更改为{{1 }},因此我可以获得IdentityUser
而不是ApplicationUser
的服务。
UserManager<ApplicationUser>
我收到此错误
InvalidOperationException:没有注册类型为'Microsoft.AspNetCore.Identity.UserManager`1 [Microsoft.AspNetCore.Identity.IdentityUser]'的服务。
我无法在服务中添加两个默认身份,我需要有关如何解决此问题的帮助
答案 0 :(得分:0)
检查是否在Views \ Shared_LoginPartial.cshtml中将Attached to:
更改为IdentityUser
ApplicationUser