The model backing the \'MyDbContext\' context has changed since the database was created. Consider using Code First Migrations to update the database (http://
You need to believe me.
I got this error for the simple reason that I forgot to add the connection string in the App.Config(mine is a wpf project) of your startup project.