2017-09-13 4 views
-1

は、アセンブリが、私はこのエラーにNHibernateはsqlite3のDBが

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> 
+0

あなたが得ているエラー – dove

答えて

0
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> 

hmb.xmlファイル

を得ているのVisual Studio 2012 NHibernateのでは冬眠追加できませんでした休止状態のアセンブリを追加できませんでした

関連する問題