Re: EF4 and SQLite - more clues

2012-01-19 Thread David Burela
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

RE: EF4 and SQLite - more clues

2012-01-19 Thread Greg Keogh
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? 4.0 (they're up to 4.2 now?!) No, I don't know what NuGet has to do with EF4 and SQLite, I thought it was a plugin

RE: EF4 and SQLite - more clues

2012-01-18 Thread Greg Keogh
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