Getting NHibernate Query Analyzer to work
Posted in .NET, Programming on October 30th, 2008 3 Comments »
Everytime I try and get Ayende’s NHibernate Query Analyzer to work I seem to encounter some weirdness. Here’s what I did to get it running this time.
Download the version appropriate to your version of NHibernate. For me, that was 1.2GA
Create a new app.config file, and into it place just the NHibernate configuration section and the [...]
