我开始使用 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 参考。那么我该如何纠正这个问题呢?