sorry you didn't succeed in getting up & running very fast. I looked
at the build server, and I believe somewhere last week there we made a
change so that it compiles by default using the .net 3 compiler, which
probably outputs to a different zip file that doesn't get picked up by
the build server, so you need to compile from code.
The quickest way to do that is using the command;
nant quick rebuild
this skips the tests, but that's fine since they also get run by our
buildserver.
The ReaderWriterLockSlim is something that is only present at the 3.5
framework and was committed a couple of days ago and pending
discussion.
So, to sum up, you need to latest .net framework and nant 0.86
(nightly build os something)
Hope this helps a bit.
cheers,
Ernst.
On Wed, Oct 15, 2008 at 12:40 PM, David <j.davi...@gmail.com> wrote:
>
Revision: 5260
Author: hammett
Date: 4:47:29 AM, Monday, August 11, 2008
Message:
NH trunk version (with my fixes that weren't applied)
----
Modified : /trunk/SharedLibs/net/2.0/Iesi.Collections.dll
Modified : /trunk/SharedLibs/net/2.0/NHibernate.dll
Modified : /trunk/SharedLibs/net/2.0/NHibernate.xml
Background: I'm still undecided when to release ActiveRecord, but I won't release with any non-released version of NHibernat