In my current project I use NH 3.0 + CW 2.5.2 + NHIntegrationFacility 1.1 + WCF, and now i need to migrate to the latest NH 3.3.1. But I see that NHIntegrationFacility doesn’t supported since 2.0RC(that support NH3.1) version.
UPDATE: Thanks for reply guys. Is threre some alternative DI framework that can work with NH, WCF, have simple AOP and DI abilities and have active development?
Dirk, it is impossible! but when u post your comment, i try to remove the dependency to this asssembly and configure NHibernate by classic method (NHibernate.Cdg.Configuration) and regiser ISession with wcf facility simple: Component.For().LifeStyle.PerWcfOperation().UsingFactoryMethod(sessionFactory.OpenSession). And project working perfect without that perfectly. Thank u dude! 🙂