EF Not finding columns
I'm trying to create an API for my database using the IdentityManager,
when simply wanting to grab all my users from the database using my controller I get this error:
Ive checked the database and its columns and those columns are present. Im not really sure where else I should look.
Ive applied the correct table name to the modelBuilder.
when simply wanting to grab all my users from the database using my controller I get this error:
"message": "Invalid column name 'ConcurrencyStamp'.\r\nInvalid column name 'LockoutEnd'.\r\nInvalid column name 'NormalizedEmail'.\r\nInvalid column name 'NormalizedUserName'."
Ive checked the database and its columns and those columns are present. Im not really sure where else I should look.
Ive applied the correct table name to the modelBuilder.