http://bugzilla.novell.com/show_bug.cgi?id=572885
http://bugzilla.novell.com/show_bug.cgi?id=572885#c3 --- Comment #3 from Jb Evain <[email protected]> 2010-01-26 15:45:13 UTC --- Frank, as a workaround, don't work on IQueryable that makes heavy usage of expression trees, that are heavy in generics and in reflection. If you need to use IQueryable for some reasons, turn it into an IEnumerable as soon as possible and work with the Enumerable extension methods. -- Configure bugmail: http://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
