Hello,

I previously have been using NHibernate v2.1.2 and v3.0Alpha2.  In
both cases, I would add the resource NHibernate.dll,
NHibernate.ByteCode.Castle.dll, and Castle.DynamicProxy2.dll into my
Visual Studio projects.  I am migrating to Visual Studio 2010 and .NET
4.0 so I thought I would look to use the newer NHibernate v3.2.0GA.
In there I only found the NHibernate.dll and not the other 2 DLL
files.  I removed all three of my old DLL referecnes and just added
the one NHibernate.ddl resource.  I got an error regarding not finding
the NHibernate.ByteCode.Castle library and realized that my NHibernate
config valeus still had:

<add key="proxyfactory.factory_class"
value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle"/
>

When I commented this out, all seemed to run, but I am unsure if this
is all I needed to do.  Can someone verify the following:

1) I only need the NHibernate.dll file when using v3.2.0.

2) I no longer need a config value for the key
"proxyfactory.factory_class".

I just want to make sure that I am not missing some other thing that
is needed.

Thanks for any help - Peter

-- 
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