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
