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
My case was also an incorrectly configured association. Specifically, I had set up a 1..1 relationship when what I needed was a 1..0,1