EF6: MissingMethodException in DbEntityProviderServicesConfiguration
Posted: Thu 28 Feb 2013 18:30
The latest EF6 alpha update (today) has broken Devart.Common.Entity.DbEntityProviderServicesConfiguration - I'm getting the following error when my application starts:
Looks like they've removed the AddProvider method from System.Data.Entity.Config.DbConfiguration.
Code: Select all
MissingMethodException: Method not found: 'Void System.Data.Entity.Config.DbConfiguration.AddProvider(System.String, System.Data.Entity.Core.Common.DbProviderServices)'.
Devart.Common.Entity.DbEntityProviderServicesConfiguration..ctor() +0
Devart.Data.PostgreSql.Entity.PgSqlEntityProviderServicesConfiguration..ctor() +5
MyNamespace.Data.MyDbContext..cctor() in c:\MyProject\MyDbContext.cs:32