Tuesday, March 8, 2011

Sqlite Error on ProviderIncompatibleException was unhandled by user code

If you encountered this error:

A null was returned after calling the 'GetService' method on a store provider instance of type 'System.Data.SQLite.SQLiteFactory'. The store provider might not be functioning correctly.

Just add the System.Data.SQLite.dll to your project reference

Get it here: http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/SQLite-1.0.66.0-binaries.zip/download

No comments:

Post a Comment