public class EntityFrameworkConfiguration : DbConfiguration { public EntityFrameworkConfiguration() { this.SetModelCacheKey(ctx =>
If you are using Code-based configuration, try updating the config file thusly:
...Your EF config...