Entity Framework - “An error occurred while updating the entries. See the inner exception for details” [duplicate]
问题 This question already has answers here : Finding the reason for DBUpdateException (7 answers) Closed last month . I have problem, I have just started learning EF Model First and Im staying in one point for some time. I got such error : "An error occurred while updating the entries. See the inner exception for details" I have created an easy model on diagram, generated the database and wrote easy code in C# to add just one row in the table but the error is showing up all the time. I post