In an asp.net core web application (net core) when try to register a new user
I got this error
InvalidOperationException: No mapping to a relational type can be found for the CLR type 'Microsoft.EntityFrameworkCore.Metadata.Internal.Property'
Any idea what can I do ?
Thank you
I got this error
InvalidOperationException: No mapping to a relational type can be found for the CLR type 'Microsoft.EntityFrameworkCore.Metadata.Internal.Property'
Any idea what can I do ?
Thank you