I can\'t figure out why I get this error when I try to add a Venue object and call SaveChanges(). The only difference in the model with Venue objects is they are 1 to 1..0 r
OK, adding my experience with this obscure error message:
I had the same exception and after comparing the database against the EDMX (what a tedious task!!) I found that I mistakenly set a one-to-one relationship the other way around (foreign was primary and primary was foreign).
Once I fixed that it all worked smoothly!
Anyway - hopefully my lost 3-4 hours will help someone! :)