I have a database. It works fine. But when I try to update data (only data, nothing more, schema stays the same) from another database (more new version of data for database) I get this error:
Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.
As I understand, this error happens with Entity Framework. I check database schema, It stays the same after updating.
Why do I get this error? Is it a bug with Entity Framework?