Answers for "invalidoperationexception: unable to resolve service for type 'microsoft.aspnetcore.identity.usermanager`1[publicapp.models.appuser]' while attempting to activate 'publicapp.controllers.homecontroller'."

C#
0

Unable to resolve service for type 'Microsoft.AspNetCore.Identity.RoleManager`1[Microsoft.AspNetCore.Identity.IdentityRole]' while attempting to activate 'PathApp.Controllers.SearchPathController'.

services.AddDefaultIdentity<ApplicationUser().AddRoles<IdentityRole>().AddEntityFrameworkStores<ApplicationDbContext>();
Posted by: Guest on February-16-2020

Code answers related to "invalidoperationexception: unable to resolve service for type 'microsoft.aspnetcore.identity.usermanager`1[publicapp.models.appuser]' while attempting to activate 'publicapp.controllers.homecontroller'."

C# Answers by Framework

Browse Popular Code Answers by Language