I got an error using ASP.NET Identity in my app.
Multiple object sets per type are not supported. The object sets \'Identity Users\' and \'Users\'
Comment the new generated Dbset from identity model class like below
// public System.Data.Entity.DbSet ApplicationUsers { get; set; }