https://bugzilla.novell.com/show_bug.cgi?id=325283
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=325283#c1 Rodrigo Kumpera <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |ASSIGNED --- Comment #1 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-05-21 14:56:32 MST --- The issue here is that when we resolve the constrained method ignoring the type instantiation. Currently we try to find the method: !0 ::DataSelect<!!0> (!!0) But Page has the following method: Page DataSelect<!!0> (!!0) Which is a proper overwride. To solve that we need to inflate only the type argumento, which would turn !0 into Page and make everything work. -- 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
