I\'ve narrowed this down to some issue between Code First and Database first EF, but I\'m not sure how to fix it. I\'ll try to be as clear as I can, but I honestly am missin
For me the problem is that I had the table mapped in my app twice - once via Code First, once via Database First.
Removing either one solves the problem in my case.