Nbernate 出现NHibernate.Bytecode.ProxyFactoryFactoryNotConfiguredException: The ProxyFactoryFactory was not configured解决方法

nhibernate的最新版本为:NHibernate-2.1.2.GA-bin,和以往版本不一样。在使用配置时,在hibernate.cifg.xml文件中需要添加

<property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>

 添加后,需引用Required_For_LazyLoading\LinFu下面的dll,否则会出现如错误:

 

NHibernate.Bytecode.ProxyFactoryFactoryNotConfiguredException: The ProxyFactoryFactory was not configured.\r\nInitialize 'proxyfactory.factory_class' property of the session-factory configuration section with one of the available NHibernate.ByteCode providers.\r\nExample:\r\n<property name='proxyfactory.factory_class'>NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>\r\nExample:\r\n<property name='proxyfactory.factory_class'>NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>\r\n   在 NHibernate.Bytecode.AbstractBytecodeProvider.get_ProxyFactoryFactory()\r\n   在 NHibernate.Cfg.Configuration.ValidateEntities()\r\n   在 NHibernate.Cfg.Configuration.Validate()\r\n   在 NHibernate.Cfg.Configuration.BuildSessionFactory()\r\n   在 nbernateMoudle.NhibernateSessionFactory.GetSessionFacotry()

 

 

 

posted @ 2010-03-08 14:02  木头人 !  阅读(2724)  评论(3编辑  收藏  举报