FluentNHibernate 1.1 / Castle 1.1 dependency
Posted
by Innogetics
on Stack Overflow
See other posts from Stack Overflow
or by Innogetics
Published on 2010-05-27T06:10:04Z
Indexed on
2010/05/27
6:11 UTC
Read the original article
Hit count: 373
fluent-nhibernate
|castle-windsor
I would like to upgrade my FluentNHibernate to version 1.1, but I found out it uses Castle.Core 1.1.
I use Castle.Windsor 1.2 in my app which works with Castle.Core 1.2.
I now need to find a version of Castle.Windsor that uses this earlier version of Castle.Core, but I can't find it anywhere.
What do you recommend I should do?
Wait for a version of FluentNHibernate that uses the latest Castle.Core?
OR build FluentNHibernate 1.1 from source using the latest Castle.Core?
OR downgrade my Castle.Windsor version?
© Stack Overflow or respective owner