https://bugzilla.novell.com/show_bug.cgi?id=653502

https://bugzilla.novell.com/show_bug.cgi?id=653502#c2


--- Comment #2 from Rainer Mager <[email protected]> 2010-11-15 04:10:35 UTC ---
(In reply to comment #1)
> This is not a bug, it is a limitation of running JIT-less on the iPhone.
> 
> To work around this, make sure that you reference the class that is having a
> problem from yoru main code, without any dereferences

I'm not sure I understand what I need to do. In my case the problem occurs in
the LINQ statement:

_nextIntention = (
    from interaction in interactions
    where interaction != IntentionWithTime.Empty
        && interaction.Time <= timeRemaining
    orderby interaction.Time
    select interaction
 ).FirstOrDefault();

"interactions" is a array of IntentionWithTime structs. I have quite a few
different references to IntentionWithTime structs. Which one(s) do I need to
reference directly? What do you mean by, "without any dereferences"?

-- 
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

Reply via email to