Category Archives: Entity Framework

System.Data.Entity.Validation.DbEntityValidationResult – Validation failed for one or more entities. See ‘EntityValidationErrors’ property for more details.

While working with Entity Framework 5.x I came across the following error: “Validation failed for one or more entities. See ‘EntityValidationErrors’ property for more details.” The description by itself is not helpful at all. It doesn’t tell you the exact cause of … Continue reading

Posted in .NET C#, Entity Framework | Tagged , , | Leave a comment