Using Fluent NHibernate with Castle Windsor and the NHibernate Facility
        Posted  
        
            by 
                Andrew
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew
        
        
        
        Published on 2010-12-01T23:03:03Z
        Indexed on 
            2012/07/06
            15:16 UTC
        
        
        Read the original article
        Hit count: 390
        
Ive managed to get Fluent NHibernate 1.1 playing nicely with Castle Windsor 2.1. This involved me recompiling NHibernate.ByteCode.Castle.dll and it all works fine.
Ive managed to do the same thing this time with Castle Windsor 2.5, havent tried it yet but its not complaining which is good enough for me at the moment. However Im also using the Castle NHibernate Facility and that is another story. The version of the NHibernate Facility that is compatible with Castle 2.5 requires a much later version of NHibernate.
Is there an easy way to get the NHibernate Facility to work with NHibernate 2.1 and Castle Core 2.5?
© Stack Overflow or respective owner