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 = > from location in ActualAvailableEvents > orderby location.DistanceFromCurrentLocation, > location.StartDateTime > select location; > > Whereas the code runs fine after changing the orderby clause to: > > var orderedList = > from location in ActualAvailableEvents > orderby location.DistanceFromCurrentLocation > orderby location.StartDateTime > select location; > > Is this a bug or a limitation in MonoTouch? > > Thanks! Regards, Roy > > Op dit e-mail bericht is de disclaimer van Info Support van toepassing, zie > http://www.infosupport.com/disclaimer > > <disclaimer4e08.jpg> > > <disclaimer4e08.jpg>_______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
