Before the update of the dll\'s in the Entity Framework i was able to do this
user.Roles.Where(r => r.Role.Name == \"Admin\").FisrtOrDefault(); >
user.Roles.Where(r => r.Role.Name == \"Admin\").FisrtOrDefault();
Try this
string id = UserManager.FindByEmail(model.Email).Id; IList roleNames=UserManager.GetRoles(id);