Which version of EF are you using? 4.0, 4.1, 4.2?
Did you install the latest version via NuGet?
Did you make sure that all the EF references are set to "copy local = true"?

On 19 January 2012 00:19, Greg Keogh <g...@mira.net> wrote:

> I took the bother of writing a simple test harness app that read my SQLite
> database using (1) Plain ADO.NET (2) An Entity Framework LINQ query. The
> latter fails with:****
>
> ** **
>
> Unable to find the requested .NET Framework data provider****
>
> at System.Data.EntityClient.EntityConnection.GetFactory****
>
> ** **
>
> So it looks like my original vague error might be caused by something
> missing with EF4, not SQLite. More reading...****
>
> ** **
>
> Greg****
>

Reply via email to