El vie, 30-07-2004 a las 13:28, [EMAIL PROTECTED] 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
