<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Silverlight 5 Linq problems</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Silverlight 5 Linq problems</description>
  <pubDate>Fri, 10 Apr 2026 20:03:35 -700</pubDate>
  <lastBuildDate>Fri, 10 Feb 2012 10:51:28 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3255</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Silverlight 5 Linq problems : DevForce 5.2.1 -- which is an...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12645#12645</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 10-Feb-2012 at 10:51am<br /><br />DevForce 5.2.1 -- which is an early release of the "DevForce 2009" generation of the product -- was built for Silverlight 3. DevForce 2009 is a legacy product, we don't sell it, and we encourage any customers still using it to upgrade to DevForce 2010. DevForce 2010, as of the 6.1.5.1 release, contains native support for both Silverlight 4 and Silverlight 5. It's a more robust product all around than DF2009, and it's not usually too hard to upgrade. <DIV></DIV><DIV>&nbsp;</DIV><DIV>As for the error here - the version number of the System.Core assembly in both Silverlight 3 and 4 was 2.0.5.0, while it's now 5.0.5.0 in Silverlight 5. Some type shipping by SL, and type mapping by DevForce, does take place, so generally an application written for an earlier version may work. I would first check your XAP here to see which versions of the Silverlight assemblies are included. Also check the runtime version setting in the app manifest, and the minRuntimeVersion and autoUpgrade parameters on the Silverlight plugin object in the asp/htm page hosting the application.</DIV>]]>
   </description>
   <pubDate>Fri, 10 Feb 2012 10:51:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12645#12645</guid>
  </item> 
  <item>
   <title>Silverlight 5 Linq problems : IdeaBlade 5.2.1.0   </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12639#12639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=554" rel="nofollow">Grappler</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 09-Feb-2012 at 2:57pm<br /><br />IdeaBlade 5.2.1.0]]>
   </description>
   <pubDate>Thu, 09 Feb 2012 14:57:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12639#12639</guid>
  </item> 
  <item>
   <title>Silverlight 5 Linq problems : Is this an application built for...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12638#12638</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 09-Feb-2012 at 2:22pm<br /><br />Is this an application built for Silverlight 4 but running in Silverlight 5?&nbsp; Or an application which you've retargeted to Silverlight 5?<DIV>&nbsp;</DIV><DIV>An error locating a type speaks more to the possibility of assemblies - either yours of DevForce's - being out-of-sync between client and server, or a potential probing problem.&nbsp;&nbsp; Which version of DevForce are you running?</DIV>]]>
   </description>
   <pubDate>Thu, 09 Feb 2012 14:22:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12638#12638</guid>
  </item> 
  <item>
   <title>Silverlight 5 Linq problems : My app has been running just fine...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12637#12637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=554" rel="nofollow">Grappler</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 09-Feb-2012 at 12:24pm<br /><br />My app has been running just fine for 2 years and still works properly in Silverlight 4.&nbsp; Netflix is making everyone move up to Silverlight 5. Under Silverlight 5 my app now throws the following error anytime I hit a Where clause like:<br><br>IEntityQuery qUserPassword = App.mDomainModelEntityManager.Users.Where(c =&gt; c.UserName == aUserName &amp;&amp; c.UserPassword == aUserPassword &amp;&amp; c.IsInactive == false);<br><br>the error thrown is:<br><br>System.Exception: Unable to locate type: System.Linq.IQueryable`1&#091;&#091;DomainModel.User, StrataTrak, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&#093;&#093;, System.Core, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e<br><br>If I un-install Silverlight 5 and reinstall Silverlight 4 - it works just fine.<br><br>Any ideas?<br>]]>
   </description>
   <pubDate>Thu, 09 Feb 2012 12:24:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3255&amp;PID=12637#12637</guid>
  </item> 
 </channel>
</rss>