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

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

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

改为@H_403_1@

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

猜你在找的Sqlite相关文章