https://bugzilla.novell.com/show_bug.cgi?id=479763
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=479763#c3 --- Comment #3 from Marek Safar <[email protected]> 2009-02-26 13:40:47 MST --- The problems comes from CreateDelegate which is called with wrong types Foo+<AddHandler>c__AnonStorey0`1[System.Type],Foo+<AddHandler>c__AnonStorey0`1[System.Type] Foo+<AddHandler>c__AnonStorey0`1[System.Type],Foo+<AddHandler>c__AnonStorey0`1[System.Object] Both type arguments should be of type Type in both cases. -- Configure bugmail: https://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
