Discussion:
[nhusers] NHibernate.ByteCode.Castle dll - Migration question
newnhibernateUser
2017-11-20 10:24:52 UTC
Permalink
Hello All,

What is use of NHibernate.ByteCode.Castle dll .
Do we need this dll in nhibernate 4.0 version
Do we need below configuration for nhibernate 4.0.1 version.

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

<property
name="query.factory_class">NHibernate.Hql.Classic.ClassicQueryTranslatorFactory,
NHibernate</property>
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhusers+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.
Ricardo Peres
2017-11-20 15:58:44 UTC
Permalink
No, you don't need any of these configurations or the
NHibernate.ByteCode.Castle assembly.

RP
Post by newnhibernateUser
Hello All,
What is use of NHibernate.ByteCode.Castle dll .
Do we need this dll in nhibernate 4.0 version
Do we need below configuration for nhibernate 4.0.1 version.
<property
name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory,
NHibernate.ByteCode.Castle</property>
<property
name="query.factory_class">NHibernate.Hql.Classic.ClassicQueryTranslatorFactory,
NHibernate</property>
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhusers+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.
Loading...