我有一个 C# .Net Web 服务。我正在尝试使用 nHibernate 访问我的数据库。我还有一个使用 nHibernate 访问数据库的 C# .Net Web 应用程序。该网络应用程序运行良好。但是,Web 服务没有。这是我的错误信息
The ProxyFactoryFactory was not configured.Initialize 'proxyfactory.factory_class' property of the session-factory configuration section with one of the available NHibernate.ByteCode providers.
Example:
<property name='proxyfactory.factory_class'>NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
Example:
<property name='proxyfactory.factory_class'>NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
有任何想法吗?