If this error finds you while doing EntityFramework migration my experience may help.
I have a solution like this:
ExampleSolution
- Example.Data
- Example.Web
The DbContext resides in my Example.Data project and the Example.Web is the startup project that...