https://bugzilla.novell.com/show_bug.cgi?id=648403
https://bugzilla.novell.com/show_bug.cgi?id=648403#c3 Thomas Goldstein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Thomas Goldstein <[email protected]> 2010-12-07 21:13:24 UTC --- First, I think you'll need to wrap the new code inside #if NET_4_0 /* code here */ #endif blocks. Also, this would fix the cast exception, but would kill the point of implementing an interface if the methods stay empty, of course. The methods would at least need to throw NotImplementedException (depending on when the methods are called), or be marked as TODO. -- Configure bugmail: https://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
