I was following this tutorial about mapping from visual foxpro tables to entity framwork using VFP Entity Framework Provider Using VFP Entity Framework Provider With Free Tables Using Code First
But when I try to do Reverse Engineer then I get this error in the Output window:
System.Data.ProviderIncompatibleException: The store provider factory type 'System.Data.OleDb.OleDbFactory' does not implement the IServiceProvider interface. Use a store provider that implements this interface. at System.Data.Entity.Design.Common.MetadataUtil.GetProviderServices(DbProviderFactory factory) at System.Data.Entity.Design.EntityStoreSchemaGenerator.CreateStoreSchemaConnection(String providerInvariantName, String connectionString, Version targetEntityFrameworkVersion) at System.Data.Entity.Design.SsdlGenerator.EntityStoreSchemaGeneratorDatabaseSchemaLoader.CreateStoreSchemaConnection(String providerInvariantName, String connectionString, Version& storeSchemaModelVersion) at System.Data.Entity.Design.EntityStoreSchemaGenerator..ctor(String providerInvariantName, String connectionString, String namespaceName) at Microsoft.DbContextPackage.Handlers.ReverseEngineerCodeFirstHandler.ReverseEngineerCodeFirst(Project project)
Entity Framework version 6 Entity Framework Power Tools Beta 4 VFP Entity Framework Provider version 2.0.5.0
The solution is in the same website, just follow the instructions here