[MonoTouch] Attempt to JIT Compile method OrderedEnumerable - Bug or limitation?

2011-08-23 Thread Roy Cornelissen
Hi, Just to check... I found that running the following LINQ query on the iPhone device fails with an ExecutionEngineException - Attempt to JIT Compile... error: var orderedList = from location in ActualAvailableEvents

Re: [MonoTouch] Attempt to JIT Compile method OrderedEnumerable - Bug or limitation?

2011-08-23 Thread Geoff Norton
Limitation -g On 2011-08-23, at 4:04 PM, Roy Cornelissen wrote: Hi, Just to check... I found that running the following LINQ query on the iPhone device fails with an ExecutionEngineException - Attempt to JIT Compile... error: var orderedList =