I am having problems with trying to connect MVC to an existing table in a database, when I load up the page it displays this error to me:
The model backing the 'ChartStoredProcedureDBContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).
I have a feeling it's because my Class(Model) doesn't match up with the columns in the database, I have got my connection thing in the web.config and I have given it the name of the class that inherits from DbContext.
I'm not asking for a solution to this I am wondering why I would get this error message.