Well, I finally solve it by forking and upgrading it by myself... :D See my own fork of it here:
https://github.com/mahara/Castle.Facilities.NHibernateIntegration I just upgraded it to use the latest the Castle.Core and Castle.Windsor 3.2.0. It also uses NHibernate 3.3.2 GA. And it supports .NET 3.5, 4.0, and 4.5 using the latest Castle bits. All previous tests pass. But I guarantee nothing, nor it's something official. Try it yourself whether it'd work for you. So far, it works just fine for me. But if, strictly speaking, about how to solve it by yourself, there are some APIs changes in NHibernate between version 3.0.x and 3.2.x IIRC. Just see my commits for such details there. I even completely forgot what did I do when upgrading it to use the latest NHibernate version... LOL On Tue, Feb 19, 2013 at 9:59 PM, Mauro Cecili <[email protected]>wrote: > I ave your same problem? > How do yo solved it? > In my references i use NHibernate 3.2.0.2001 > and astle.Facilities.NHibernateIntegration 1.1.0.39 > but where i add the last one in visual studio in object ispector version > value is 1.1.0.0 > > When i run i have an error : 1.1.0.39 not found > if i force binding in web.config to 1.1.0.0 > i have an error when Nh Open Session: 'QueryOver' method > 'Castle.Facilities.NHibernateIntegration.SessionDelegate' not implemented > > Any suggest? > > Il giorno giovedì 9 giugno 2011 12:03:47 UTC+2, Dan B ha scritto: >> >> I was trying to use NHibernate 3.2.0.2001 - I just added in the >> missing methods and it works great, thanks. >> >> > > -- Regards, Maximilian Haru Raditya -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
