http://bugzilla.novell.com/show_bug.cgi?id=538588
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=538588#c5 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|Normal |Critical --- Comment #5 from Zoltan Varga <[email protected]> 2009-09-15 06:55:13 MDT --- The problem is with the obfuscated DataBuddy.dll assembly. using System; using System.Globalization; using System.Reflection; public class Tests { public static void Main (String[] args) { Assembly a = Assembly.LoadFrom ("DataBuddy.dll"); foreach (Type t in a.GetTypes ()) { } } } This outputs among other things: no implementation for interface method VistaDB.IVistaDBValue::set_Value(object) in class g9 METHOD .ctor(string,int,int,System.Globalization.CultureInfo,bool) METHOD .ctor(g9) METHOD a(bool) METHOD i() The corresponding IL is: .class private auto ansi beforefieldinit g9 extends hw .. // method line 6130 .method public virtual hidebysig specialname instance default void a (object A_0) cil managed { // Method begins at RVA 0x673f0 .override class VistaDB.IVistaDBValue::set_Value // Code size 70 (0x46) ... } // end of method hw::a -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
