I have a personal (training) project that uses Castle Windsor (with NHibernate installation) and NHibernate (and ASP.NET MVC and Moq and SQL Server 2008 - all I want to know more).
I tried using the NHibernate Validator over the weekend, but it needed the 2.1.0Alpha2 NHibernate build .
Since Castle Windsor 1.0RC3 is built against the old version of NHibernate, everything went wrong.
I look at the Castle Windsor website and the unified installer seems to be deprecated and none of the components seem to be packed after a while.
So: which versions of NHibernate and the various Castle components should I use in my ASP.NET MVC software stack?
source
share