I noticed that the Nuget adds an assembly redirect, but it doesn't do the job -- runtime exception when querying via HQL. I manually replaced with the correct DLL (which I got from the NH downloads page) and all is well.
On Nov 22, 10:48 am, Tim Scott <[email protected]> wrote: > I used Nuget to install NHibernate v2.1.2.4000. This pulled Antlr > v3.1.3.42154. But when I run an HQL query, I get the error "Could not > load file or assembly 'Antlr3.Runtime, Version=3.1.0.39271". The > Nuget is wrong for this version of NH? I guess I will try assembly > redirect first. Failing that I will manually override nuget > dependency management and get the correct version of Antlr3.
