when i run my program under nhibernate 1 with
( Nhibernate,Nhibernate.MappingAtrributes ) dlls
it works well
but when i want to switch nhibernate 2 i get the following error
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>


when i do the solution still not work

can u help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to