Folks, I was just sanity checking my app will run on different machines
with confusing results. My app is WPF in Framework 4.5 with SQLite x86 and
Entity Framework 5. I just xcopy the compile output folder over to
different VMs to see how it works.

On Win7 64-bit it runs OK.
On Win7 32-bit it dies with:

ConfigurationErrorsException: Failed to find or load the registered .Net
Framework Data Provider.

It's hard to tell what's missing, is it SQLite or Entity Framework? The
stack trace doesn't hint clearly, except perhaps that EF is the only
provider listed in the config file. I'm pretty sure SQLite has the two DLLs
and the config entry it requires, so I'm guessing it's EF. The large
numbers of web search results on this error don't give any clues that seem
to apply to me.

Any specific clues anyone?

Greg (K)

Reply via email to