Posts by Adão Paulino • 1 point
1 post
-
0
votes3
answers7999
viewsA: Update Error with Entityframework
In my case (Aspnet MVC5) the problem happened because when loading the record for change, I did not load the key field (Id) that was not exposed to the user. To solve it, I used:…