SubSonicを使い始めています。私は自分のデータベースをsqliteに変更したかったのですが、これは設定ファイルにあります
<connectionStrings>
<add name="NorthwindSQLite"
connectionString="Data Source=C:\unzipped\WindowsFormsApplication1\my.db"
providerName="System.Data.SQLite"/>
</connectionStrings>
例外が発生します
A first chance exception of type 'System.ArgumentException' occurred in System.Data.dll
Additional information: Unable to find the requested .Net Framework Data Provider. It may not be installed.
リファレンスセクションにSQLiteリファレンスがあります。では、どうすればこの問題を修正できますか?