bubibubi / JetEntityFrameworkProvider

Microsoft Access (Jet) Entity Framework provider
89 stars 26 forks source link

Error while trying to generate pre-generated mapping views #24

Open CHEPST opened 6 years ago

CHEPST commented 6 years ago

I'm trying to generate pre-generated mapping views to save a lot of time loading. When I choose the "Generate Views" of EF Power Tools, I get the following error: Unable to determint the provider name for provider factory of type JetEntityFrameworkProvider make sure that the ado.net provider is installed or registered in the application config. Is there a solution or there is another way to do it?

bubibubi commented 6 years ago

Sorry but I can't help you. I don't use EF Power Tools. Maybe on stack overflow you can find someone that helps you

CHEPST commented 6 years ago

Is there other way to make the loading of context faster when I use the JetEntityFrameworkProvider?