I am trying to use Code First with Migrations. Even though there are no current changes to my model, I\'m getting an exception. When I add a migration, the up and down are e
This worked for me.
Go to Package Manager Console and Run - Update-Database -force