http://bugzilla.novell.com/show_bug.cgi?id=577029
http://bugzilla.novell.com/show_bug.cgi?id=577029#c2 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Zoltan Varga <[email protected]> 2010-02-07 23:03:54 UTC --- FieldInfo.GetFieldFromHandle requires that the field and the type are 'compatible': http://msdn.microsoft.com/en-us/library/ms145335.aspx In this case, the field is a field of the generic type definition CallSite<T>, while the type is an instance of CallSite<K>, where K is a generic parameter of some sre generated type. This is not supported by MS either, as shown by the attached testcase. -- 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
