https://bugzilla.novell.com/show_bug.cgi?id=653502
https://bugzilla.novell.com/show_bug.cgi?id=653502#c5 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #5 from Miguel de Icaza <[email protected]> 2010-11-16 19:33:03 UTC --- One of your LINQ methods is triggering the request for PredicateOf to be JIT compiled. Since the AOT compiler was not able to guess this, you can either make sure that you teach it (call the method manually in some method of yours for the method that was shown as causing the problem) or rewrite your code to not trigger a call to PredicateOf. For general questions, post them to StackOverflow, do not reopen bugs. -- 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
