There is no needs for -
using IdentityUser;
using IdentityDbContext;
Instead you need to add following -
using Microsoft.AspNet.Identity.EntityFramework;
Make sure you have that DLL as a reference as shown below. If it is not available, then you can get that nuget from here.

Comments
Post a Comment