﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - OrderBy throws exception : Sequence contains no matching element</title><link>http://www.intersoftsolutions.com/Community/Crosslight/OrderBy-throws-exception--Sequence-contains-no-matching-element/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>OrderBy throws exception : Sequence contains no matching element</title><link>http://www.intersoftsolutions.com/Community/Crosslight/OrderBy-throws-exception--Sequence-contains-no-matching-element/</link><pubDate>Fri, 02 Jan 2015 18:15:36 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;Hello Leo,&lt;/p&gt;&lt;p&gt;For the instruction to upgrade to Crosslight iOS Unified and Xamarin iOS Unified, please check out our blog&amp;nbsp;&lt;a href="http://blog.intersoftpt.com/2014/12/crosslight-introduces-support-for-xamarin-unified-api/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;FYI, the original error that you submitted actually have nothing to do with iOS Unified. The error was caused bythe Linker stripping out the classes required by Crosslight. The solution is quite simple, go to the Project Properties of the iOS project, select iOS Build, then put in the following syntax to the "Additional mtouch argument" textbox.&lt;/p&gt;&lt;pre&gt;&lt;br&gt;--linkskip=System.Core&lt;br&gt;&lt;br&gt;&lt;/pre&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;Rebuild your project and run the app to your iOS device. Your apps should be working fine now.&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>OrderBy throws exception : Sequence contains no matching element</title><link>http://www.intersoftsolutions.com/Community/Crosslight/OrderBy-throws-exception--Sequence-contains-no-matching-element/</link><pubDate>Wed, 24 Dec 2014 07:05:02 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><category>Crosslight</category><description>&lt;p&gt;Xamarin iOS 8.6.0.41?&lt;/p&gt;&lt;p&gt;I don't have this version. The latest stable version of Xamarin iOS is 8.4.0.47 in my download list.&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, when I updated my Crosslight 3 to version Update 1 (Xamarin iOS 8.4.0.47 is used), &amp;nbsp;I found some bugs such as:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;Unhandled Exception (System.MissingMethodException: Method not found: 'MonoTouch.UIkit.UITableView.RegisterNibForCellReuse') throws in OnViewCreated() in ViewController.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;When changed to Unified API, the app cannot build : 'Failed to resolve "UIKit.IUISplitViewControllerDelegate UIKit.UISplitViewController::get_Delegate()" reference from "Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065"&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;MessageInputSamples.iOS' .&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;In oringnal version there is no problem.&lt;p&gt;&lt;/p&gt;&lt;div&gt;Please tell me how I can update the Xamarin iOS to version 8.6, Thanks.&amp;nbsp;Maybe wait for the official release..&lt;/div&gt;</description></item><item><title>OrderBy throws exception : Sequence contains no matching element</title><link>http://www.intersoftsolutions.com/Community/Crosslight/OrderBy-throws-exception--Sequence-contains-no-matching-element/</link><pubDate>Wed, 24 Dec 2014 01:35:08 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I tried to replicate the reported problem using MyInventory sample. I copy the snippet code of OnSourceItemsChanged and apply them into the ItemListViewModel of MyInventory sample; save the changes; and install the app to device.&lt;br&gt;Everything worked smoothly on device and emulator.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please try to replicate this on MyInventory sample as I did and let me know the result.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Following information will be very helpful to determine what may cause the problem.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;Crosslight version -- I'm using Crosslight 3 Update 1&lt;/li&gt;&lt;li&gt;Xamarin.iOS version -- I'm using Xamarin.iOS version 8.6.0.41&lt;/li&gt;&lt;li&gt;the device -- I'm using iPhone 4s iOS 7.1&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>OrderBy throws exception : Sequence contains no matching element</title><link>http://www.intersoftsolutions.com/Community/Crosslight/OrderBy-throws-exception--Sequence-contains-no-matching-element/</link><pubDate>Mon, 22 Dec 2014 06:55:20 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><category>Crosslight</category><description>When I test my App on the iPhone devices (iPhone 4s/iOS 7.0, &amp;nbsp;iPhone 6/iOS 8.0), InvalidOperationException "Sequence contains no matching element" is throwed in the "items.OrderBy(sortDescriptions)" method. It is ok when App runs on the iOS simulator. I don't know why...&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;img src="http://bcs.duapp.com/tt-pictures/OrderBy.png" style="border:none;"&gt; &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please take a look. It also happens in the DataListViewModelBase&amp;lt;TModel, TRepository&amp;gt; in Intersoft.AppFramework assembly.&lt;/div&gt;</description></item></channel></rss>