I have a repository with a method that uses a scalar HQL query. In my tests
I'm getting the following exception when attempting to call the method:
System.IO.FileNotFoundException : Could not load file or assembly
'Antlr3.Runtime, Version=3.1.0.39271, Culture=neutral,
PublicKeyToken=3a9cab8f8d22bfb7' or one of its dependencies. The system
cannot find the file specified.
The fix seems to be to add the Antlr3.Runtime.dll to the /lib directory and
add a reference to it in the .Tests and .Web projects.
Original issue reported on code.google.com by jeff.bar...@gmail.com on 17 Jun 2009 at 7:51
Original issue reported on code.google.com by
jeff.bar...@gmail.com
on 17 Jun 2009 at 7:51