https://bugzilla.novell.com/show_bug.cgi?id=469221
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=469221#c3 --- Comment #3 from roy riojas <[email protected]> 2009-03-30 23:04:00 MDT --- I think in MONO 2.4 the bug has fixed parcially I found under some circunstances this validation is still needed if (result is IEnumerable) return (IEnumerable) result; return (result != null)? new object [] { result } : new object[] {}; as you can see here... http://royriojas.blogspot.com/2009/01/mono-formviewobjectdatasourceview-bug.html I will try to provide you with the self-contained test case, sorry by the delay, the notification email went to my spam folder. -- 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
