Having problem with inserting a model to database with EF in a MVC application.
Im receiving following error when callning dbContext.SaveChanges() :
[DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.]
Any clue what this can be about?
Its strange because sometimes it works to make one insert but if i make another immediately after it crashes.
And sometimes it crashes on first insert.