http://bugzilla.novell.com/show_bug.cgi?id=536593
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=536593#c1 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] Info Provider| |[email protected] --- Comment #1 from Miguel de Icaza <[email protected]> 2009-09-20 11:35:55 MDT --- The warning to me seems correct, there are two fields with different types defined on that MSIL file: .field public int32 a .field public string a The Microsoft C# compiler picks the first field defined in the order it is present on the metadata. We error out in this condition. I am myself not convinced that our compiler is wrong in this case. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
