[Mono-list] ilasm problem
Gonzalo Paniagua Javier
gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Fri, 30 Jul 2004 17:27:56 -0400
El vie, 30-07-2004 a las 13:28, Neale.Ferguson@SoftwareAG-USA.com
escribió:
> I'm not sure what this means, can someone point me at what may need fixing?
>
> ilasm -out:vararg.exe vararg.il
> Assembling 'vararg.il' , no listing file, to exe --> 'vararg.exe'
>
> ** (/opt/mono/bin/ilasm.exe:5586): WARNING **: Missing method .ctor in assembly /opt/mono/bin/ilasm.exe typeref index 98
That's probably the result of a bad update. Anyway, if you want to know
what's missing, run 'monodis --typeref ilasm.exe | grep ^98' and you'll
get the type name. Update that assembly and everything should work.
-Gonzalo