<?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 : Error on Server after updating to 6.0.8</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Error on Server after updating to 6.0.8</description>
  <pubDate>Sun, 12 Apr 2026 16:11:35 -700</pubDate>
  <lastBuildDate>Fri, 28 Jan 2011 18:50:06 -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=2472</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>Error on Server after updating to 6.0.8 : The error messages indicate that...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9830#9830</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> 2472<br /><strong>Posted:</strong> 28-Jan-2011 at 6:50pm<br /><br />The error messages indicate that the server is running 6.0.8 but the XAP is still using 6.0.7.&nbsp; The most likely cause of this problem - once you've ensured the XAP was built correctly, as you have - is that the browser has cached the XAP file and it's the old file which has been loaded.<DIV>&nbsp;</DIV><DIV>There's much discussion of this issue in the Silverlight world; here's one thread on the SL forums - <a href="http://forums.silverlight.net/forums/t/11995.aspx" target="_blank">http://forums.silverlight.net/forums/t/11995.aspx</A>, and google will bring up additional information.</DIV><DIV>&nbsp;</DIV><DIV>There are a number of ways to ensure the XAP is not cached at all, or that a new XAP will be used when available.&nbsp; Possibly the easiest is to append either a version number or timestamp to the URL of the XAP.&nbsp; You can either hardcode the value or determine it via code.</DIV><DIV>&nbsp;</DIV><DIV>Here's a simple example - change the object tag in the default.aspx to add a query parameter to the XAP URL:</DIV><DIV><SPAN style="COLOR: blue"></SPAN>&nbsp;</DIV><DIV><SPAN style="COLOR: blue"><FONT color=#000000>&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"&gt;<BR>&nbsp;&nbsp; &lt;param name="source" value="ClientBin/SilverlightApplication.xap<strong>?ignoreme=v2</strong>"/&gt;<BR>&nbsp; .....</FONT></SPAN></DIV><DIV><SPAN style="COLOR: blue"><FONT color=#000000>&lt;/object&gt;<BR></FONT></DIV></SPAN><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 Jan 2011 18:50:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9830#9830</guid>
  </item> 
  <item>
   <title>Error on Server after updating to 6.0.8 : I also checked my .xap and it...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9827#9827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2472<br /><strong>Posted:</strong> 28-Jan-2011 at 1:32pm<br /><br />I also checked my .xap and it has the 6.0.8 IdeaBlade .dlls in it.<DIV></DIV>]]>
   </description>
   <pubDate>Fri, 28 Jan 2011 13:32:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9827#9827</guid>
  </item> 
  <item>
   <title>Error on Server after updating to 6.0.8 : I installed 6.0.8. I rebuilt my...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9825#9825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2472<br /><strong>Posted:</strong> 28-Jan-2011 at 12:50pm<br /><br />I installed 6.0.8. I rebuilt my Silverlight Client and my Web project. I rebuilt my Model. Everything works fine on my development machine. I can run it just fine and debug etc.<DIV>&nbsp;</DIV><DIV>I copied the new Ideablade.dlls to the server and placed them in the bin directory. I copied the compiled .xap and placed it in the clientbin directory. I stopped and restarted the iis server.</DIV><DIV>&nbsp;</DIV><DIV>I get this error when I log into the app</DIV><DIV>&nbsp;</DIV><DIV>Unable to locate type: Ideablade.EntityModel.EntityServerException, IdeaBlade.EntityModel, Version=6.0.8.0, Culture=neutral, PublicKeyToken=287b5094865421c0</DIV><DIV>&nbsp;</DIV><DIV>When I look at the log, this is the last entry.</DIV><DIV><P>Caught exception: System.Exception: Unable to locate type: IdeaBlade.EntityModel.EntityQueryProxy`1&#091;&#091;LaborWare2011.User, LaborWare2011, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&#093;&#093;, <FONT color=#ff0000>IdeaBlade.EntityModel.SL, Version=6.0.7.0</FONT>, Culture=neutral, PublicKeyToken=287b5094865421c0. Check that the assembly holding this type is available in the bin/exe folder. Also check that both your </P><DIV></DIV>I have checked all my dlls on the server and they are 6.0.8 where is this coming from?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 Jan 2011 12:50:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2472&amp;PID=9825#9825</guid>
  </item> 
 </channel>
</rss>