http://bugzilla.novell.com/show_bug.cgi?id=619929
http://bugzilla.novell.com/show_bug.cgi?id=619929#c5 --- Comment #5 from scott fluto <[email protected]> 2010-07-08 19:55:42 UTC --- ya , the problem is I would have to give you more of our full implementation of our dictionary class to give the runtime error but its probably this ambiguity regarding the GetEnumerator for IDicationary and IDictionary<,> thats causing the runtime issue but for us we removed the confusion by supplying an overload for the correct GetEnumerator which got rid of the runtime issue. If you try implementing your own dictionary that implements these 2 interfaces you would run into the same issue. You might want to try it and see how it compares to running on windows. For us, we are ok with it the way it is now. -- Configure bugmail: http://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
