El mié, 14-12-2005 a las 22:55 +0100, Fredrik Elestedt escribió:
> When I tried to recompile mysql-connector-net-1.0.4 I got an error when
> it tried to execute NAnt to generate a signed key (using Gentoo). So I
> decided to recompile NAnt and try again - but that didn't help so here I
> am...
> Anyone know what could cause this? I'm running mono version 1.0.10.
> 
> # mono /usr/share/NAnt/bin/NAnt.exe
> 
> ** (/usr/share/NAnt/bin/NAnt.exe:31880): WARNING **: Missing method
> .ctor in assembly /usr/share/NAnt/bin/NAnt.exe, type
> System.Runtime.CompilerServices.RuntimeCompatibilityAttribute

        This attribute is defined at mscorlib 2.0 

        Seems a problem with versioning with mscorlib.  Possibily NAnt.exe has
been builded with gmcs, and you are trying to execute with 1.0 profile.

> ** ERROR **: Can't find custom attr constructor image:
> /usr/share/NAnt/bin/NAnt.exe mtoken: 0x0a000056
> aborting...
> Aborted
> 
> 
> // Fredrik
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Néstor Salceda <[EMAIL PROTECTED]>

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to