I am getting this error while using entityframework mvc 4 . I want to save data into database but getting this error\
I am getting this error while using entityframework mvc 4 . I want to save data into database but getting this error\
Other
You 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):