Thursday, January 28, 2021

Entity Framework: SqlException: Invalid column name 'Discriminator'.

 This error generally means there is a derived class from EF POCO base class which hasn't been marked with [NotMapped] attribute. More explanation can be found at 


https://stackoverflow.com/questions/6553935/ef-code-first-invalid-column-name-discriminator-but-no-inheritance

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...