To use SQLite, please make sure you do the following:
-Please specify the following in your Web.config
<
system.data
>
<
DbProviderFactories
>
<
remove
invariant
=
"System.Data.SQLite"
/>
<
add
name
=
"SQLite Data Provider"
invariant
=
"System.Data.SQLite"
description
=
".Net Framework Data Provider for SQLite"
type
=
"System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.57.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139"
/>
</
DbProviderFactories
>
</
system.data
>
- Upload your SQLite dll files to your Bin Directory:
System.Data.SQLite.DLL
System.Data.SQLite.Linq.dll
System.Data.SQLite Download Link:
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki