© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
28 replies
Rowin ツ

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:

  "message": "Invalid column name 'ConcurrencyStamp'.\r\nInvalid column name 'LockoutEnd'.\r\nInvalid column name 'NormalizedEmail'.\r\nInvalid column name 'NormalizedUserName'."
  "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.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ EF Core Junction Tables with seperate columns
C#CC# / help
15mo ago
EF Core Add-Migration only includes key columns [Answered]
C#CC# / help
4y ago
EF Core not creating migrations
C#CC# / help
14mo ago
EF Database is not seeded
C#CC# / help
3y ago