I\'ve followed Adam\'s answer here and the Entity Framework now works and the Seed() method also works.
Seed()
But when I try to access the database l
For what it is worth, I wanted to mention that in my case, the problem was coming from an AFTER INSERT Trigger!
These are not super visible so you might be searching for a while!