I get an error
“The model supporting the DataContext has changed since the database was created. Consider using First First Migrations to update the database.”
I am using Entity Framework and have changed my model after declaring a DataContext . How can I fix this error?
entity-framework-5 asp.net-mvc-4 datacontext
Amita rai
source share