Li

Delete

Are you sure you want to delete this?

ProgrammingModel


Date
20220108
Target
C_085
Title
The entity type ApplicationUser is not part of the model for the current context. 오류 https://stackoverflow.com/questions/23893710/the-entity-type-applicationuser-is-not-part-of-the-model-for-the-current-context 해답
Contents
Answers 72 I was having this same problem. I’m doing database first development with an EDMX file. If you are using the connection string generated when adding the EDMX file in :base(“EDMXConnString”) you will most likely have this problem. I fixed this by creating a standard connection string that pointed to the database where the ASP.NET Identity tables are.