NHibernate Tutorial Run-Time Error: HibernateException
- by Kashif
I'm a newbie at NHibernate so please go easy on me if I have asked a stupid question...
I am following the tutorial for NHibernate posted here and am getting a run-time error of type "HibernateException"
The code in question looks like this:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using…