-1
不能添加組件冬眠在Visual Studio 2012的NHibernate我得到這個錯誤NHibernate的SQLITE3分貝不能添加組件冬眠
cfg.xml中
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
<session-factory>
<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
<property name="connection.connection_string">
Data Source=SicakSatisDB.db;Version=3;
</property>
<property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
<property name="proxyfactory.factory_class">
NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
</session-factory>
</hibernate-configuration>
指定和詳細你得到的錯誤 – dove