[antlr-interest] C# run-time and strong name

Johannes Luber jaluber at gmx.de
Tue Mar 18 10:43:30 PDT 2008


Gavin Lambert schrieb:
> At 23:50 18/03/2008, Andrey Timoshenkov wrote:
>  >I recently started using ANTLR 3.0.1 with C# target and got the
>  >problem with C# runtime: I cannot link it to my assembly due to
>  >the lack of the strong name in Antlr3.Runtime.dll. Could you
>  >please suggest a solution?
> 
> You could always just give it a strong name yourself.  If source is 
> available, then recompile it with a strong name.  If not, then first 
> disassemble it with ildasm and then reassemble with ilasm while applying 
> a strong name at the same time.  Either way it's pretty easy.
> 

For the 3.1 C# target a strong name is already provided. Unfortunately, 
I don't have access to source of 3.0.1 and 3.1 is both incompatible to 
3.0.1 and broken at the moment. There is an email though, which provides 
a link to a disassembled version. Just search the archives.

Johannes


More information about the antlr-interest mailing list