【发布时间】:2009-12-23 03:23:40
【问题描述】:
我开始使用 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 参考。那么我该如何解决这个问题呢?
【问题讨论】:
标签: sqlite subsonic dataprovider