EdisonCP / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Missing Antlr3.Runtime Dependency #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I've included Antlr3.Runtime.dll in /lib on my local build.  It will be 
available in
the next check in (which should be 1.0 RTM).

Original comment by wmccaffe...@gmail.com on 15 Jul 2009 at 4:38