https://bugzilla.novell.com/show_bug.cgi?id=325174
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=325174#c2 Raja Harinath <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Raja Harinath <[EMAIL PROTECTED]> 2008-03-31 00:43:06 MST --- (Firstly, 'Name' is private above. Assuming it's public and reading the rest of your comments. Secondly, I don't have Gtk# setup.) I'm assuming Gtk.Bin has a field/property named Path. If that is the case, it's hard to do anything useful here. While there is a DWIM mismatch, it's hard for the compiler to figure out the what the DWIM is. The DWIM is not in the immediate neighbourhood of where the error is detected (there's no 'Name' field/property), but in a decision made by the compiler two steps before (what does 'Path' mean). We can write a backtracking resolver, but it's hard for me to see the benefits outweigh the costs. -- 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
