无法将类型为“Finisar.SQLite.SQLiteConnection”的对象强制转换为类型“System.Data.Common.DbConnection”。

前端之家收集整理的这篇文章主要介绍了无法将类型为“Finisar.SQLite.SQLiteConnection”的对象强制转换为类型“System.Data.Common.DbConnection”。前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<property name="connection.driver_class">NHibernate.Driver.sqliteDriver</property>

改为

<property name="connection.driver_class">NHibernate.Driver.sqlite20Driver</property>

原文链接:https://www.f2er.com/sqlite/202271.html

猜你在找的Sqlite相关文章