当前位置: 代码迷 >> 综合 >> NHibernate 3.2以上版本Unable to load type 'NHibernate.ByteCode.Castle.ProxyFactoryFactory
  详细解决方案

NHibernate 3.2以上版本Unable to load type 'NHibernate.ByteCode.Castle.ProxyFactoryFactory

热度:34   发布时间:2023-12-09 23:21:54.0

3.2以上版本不在需要NHibernate.ByteCode.Castle.ProxyFactoryFactory或NHibernate.ByteCode.Linfu.ProxyFactoryFactory了

请在配置节里改成

<property name="proxyfactory.factory_class">
      NHibernate.Bytecode.DefaultProxyFactoryFactory,
      NHibernate

 </property>

另外,用以前版本的NHibernate.ByteCode.Castle也会报这个错误


详见


  相关解决方案