I have copied the NHibernate.ProxyGenerators.CastleDynamicProxy.dll into my local bin directory. My MVC project ran just fine with no other configuration after referencing that dll. I can't seem to find any NHibernate.Proxies.CastleProxies dll. (Note that I'm not using generated proxies, I am using dynamic ones here.)
On Thu, Oct 23, 2008 at 1:49 PM, Ayende Rahien <[EMAIL PROTECTED]> wrote: > You need to copy the NHibernate.Proxies.CastleProxies > > On Thu, Oct 23, 2008 at 10:45 PM, Will Shaver <[EMAIL PROTECTED]> wrote: >> >> recompiled nh trunk, grabbed the dlls and moved them to the rhino >> sharedLibs folder. This hasn't been a problem in the past, this time I >> ran into >> "TestFixture failed: NHibernate.HibernateException : The >> ProxyFactoryFactory was not configured. Initialize the >> 'proxyfactory.factory_class' property of the session-factory section. >> at >> NHibernate.Bytecode.Lightweight.BytecodeProviderImpl.get_ProxyFactoryFactory() >> in >> c:\Projects\NHibernateTrunk\nhibernate\src\NHibernate\Bytecode\Lightweight\BytecodeProviderImpl.cs:line >> 36" >> >> I think this is something to do with the new Proxy Generator >> implementation, but I didn't have to change anything for my actual >> project to run, only my tests built with DatabaseTestFixtureBase and >> IntializeNHibernateAndIoC. >> >> Any leads? >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
