I am getting this error while using entityframework mvc 4 . I want to save data into database but getting this error\
home / developersection / forums / validation failed for one or more entities while saving changes to sql server database using entity
I am getting this error while using entityframework mvc 4 . I want to save data into database but getting this error\
Sunil Singh
01-Nov-2017You can extract all the information from the DbEntityValidationException with the following code (you need to add the namespaces: System.Data.Entity.Validation and System.Diagnostics to your using list):