boz
boz

Reputation: 419

Fluent Nhibernate and Nhibernate 2.1.0.1003

Im experiencing some frustration trying to upgrade the nhibernate libraries that Fluent NHibernate uses.

Im also using Nhibernate.Linq and am wanting to use NHibernate.Validator, specifically the ValidationDef class.

Now Nhibernate.Validator is up to using Nhibernate 2.1.0.1003, and when i try to build FluentNhibernate against this verion it get some test errors.

It has to do with SessionFactory configuration and the newish Nhibernate.ByteCode.Castle library.

Could anyone help me out here?

Upvotes: 1

Views: 881

Answers (1)

Stuart Childs
Stuart Childs

Reputation: 3305

I don't think FNH "officially" supports NHibernate 2.1 and probably won't until after it is actually released. However, it's my understanding that it is possible to get it to work. See if this thread on the FNH groups is helpful.

Upvotes: 2

Related Questions