1
vote
Castle-ActiveRecord Tutorial with .NET 3.5 broken?
The 'hibernate' portion of the key was removed in NHibernate version 2.0.
This version is correct for NHibernate 2.0 onwards:
<add key="connection.connection_string" value="xxx" …
1
vote
NHibernate: using an existing public int field as record Id
I've also answered this question on the mailing list (it was cross posted there) but I thought it wo …
