Hi
having some issues getting sqlite working with .net 4 entity framework.
I have this in my app.config:
I have:
System.Data
System.Data.Entity
System.Data.Linq
System.Data.SQLite
System.Data.SQLite.Linq
However every time I run the tests I'm getting:
System.InvalidCastException: Unable to cast object of type 'System.Data.SQLite.SQLiteConnection' to type 'System.Data.SqlClient.SqlConnection'.
Any ideas?