[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread C+++
ok, I admit, a little bit :D On Tue, Feb 17, 2009 at 11:59 PM, James Gregory wrote: > That looks a little bit involved for my liking... ;) > Applied, thanks! > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flue

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread Karron Qiu
Thank you very much. On Wed, Feb 18, 2009 at 6:26 AM, C+++ wrote: > In fact, it's a simple patch, the way to retrieve the current dialect should > be changed in the SessionSource ctor to the one used in the Initialize > method. > > Like this: > -_dialect = _sessionFactory.Dialect; >

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread Steven Lyons
Thanks for the quick fix, guys. Your help is much appreciated. On Feb 17, 5:59 pm, James Gregory wrote: > That looks a little bit involved for my liking... ;) > Applied, thanks! > > On Tue, Feb 17, 2009 at 10:26 PM, C+++ wrote: > > > In fact, it's a simple patch, the way to retrieve the curren

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread James Gregory
That looks a little bit involved for my liking... ;) Applied, thanks! On Tue, Feb 17, 2009 at 10:26 PM, C+++ wrote: > In fact, it's a simple patch, the way to retrieve the current dialect > should be changed in the SessionSource ctor to the one used in the > Initialize method. > > Like this: > -

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread James Gregory
Officially, we don't support 2.1 currently; we've got some other things in-house to sort out before we tackle that beast. Fluent NHibernate is targeted at 2.0.1GA. That being said, we'll accept patches to support 2.1 as long as: a) they're not nasty horrible hacks and b) they don't confuse users of

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread Steven Lyons
Hi Paul, There are two different issues. The first was the 2.1 binaries being incorrect. Thanks for reverting that change. The second is that some SessionSource code from r301 depends on nh 2.0 and so won't compile with the proper 2.1 binaries. The problem appears to be that it is trying to set I

[fluent-nhib] Re: In the nhib2.1 folder, the version of NHibernate.dll is 2.0.1.4000?

2009-02-17 Thread Paul Batum
Hi Karron, Looks like Andy accidentally checked in modifications to the nh21 files in this change. I've reversed the changes. Paul Batum On Tue, Feb 17, 2009 at 8:37 PM, Karron Qiu wrote: > > I copied my own nhibernate dlls to t