<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Avoid incorrect Silverlight XAP file caching</title>
	<atom:link href="http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/</link>
	<description>Just another WordPress codeblog on C#, Silverlight and all things .NET</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chan</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-353</link>
		<dc:creator>Chan</dc:creator>
		<pubDate>Tue, 07 Feb 2012 22:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-353</guid>
		<description>How to you implement this for a PRISM framework implementation where the xap url is not hardcoded but dynamically constructed?</description>
		<content:encoded><![CDATA[<p>How to you implement this for a PRISM framework implementation where the xap url is not hardcoded but dynamically constructed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matjaz Bravc</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-346</link>
		<dc:creator>Matjaz Bravc</dc:creator>
		<pubDate>Mon, 09 Jan 2012 13:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-346</guid>
		<description>Great solution! Thx!</description>
		<content:encoded><![CDATA[<p>Great solution! Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ishwarya</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-344</link>
		<dc:creator>ishwarya</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-344</guid>
		<description>I have tried this but i am facing issue when my authentication service is getting loaded. 
This is the error i got after setting up the .xap file to have the date/time as you have given.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly &#039;App_Web_hjqoojxr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null&#039; or one of its dependencies. The system cannot find the file specified.

Can anyone please help me out?</description>
		<content:encoded><![CDATA[<p>I have tried this but i am facing issue when my authentication service is getting loaded.<br />
This is the error i got after setting up the .xap file to have the date/time as you have given.</p>
<p>Exception Details: System.IO.FileNotFoundException: Could not load file or assembly &#8216;App_Web_hjqoojxr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null&#8217; or one of its dependencies. The system cannot find the file specified.</p>
<p>Can anyone please help me out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-320</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 23 Sep 2011 22:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-320</guid>
		<description>Sorry my above posst had an actual image tag in it and the text didn&#039;t come out how I wanted.

I meant to say: I cannot get the image tag in my splash screen to find the image.</description>
		<content:encoded><![CDATA[<p>Sorry my above posst had an actual image tag in it and the text didn&#8217;t come out how I wanted.</p>
<p>I meant to say: I cannot get the image tag in my splash screen to find the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-319</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 23 Sep 2011 21:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-319</guid>
		<description>This seems to work fine until you use a Silverlight splash screen. I cannot get the  tag in my splash screen to find the image. You can take the standard silverlight object tag and append ?x=y to the source xap like /ClientBin/MySLApp.xap?x=y and it will stop showing the image.

Any ideas on how to make this work?</description>
		<content:encoded><![CDATA[<p>This seems to work fine until you use a Silverlight splash screen. I cannot get the  tag in my splash screen to find the image. You can take the standard silverlight object tag and append ?x=y to the source xap like /ClientBin/MySLApp.xap?x=y and it will stop showing the image.</p>
<p>Any ideas on how to make this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-293</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-293</guid>
		<description>It currently does not work if you use Firefox 4.0+ and your xap is greater than 5MB in size.  It is a known bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=647391</description>
		<content:encoded><![CDATA[<p>It currently does not work if you use Firefox 4.0+ and your xap is greater than 5MB in size.  It is a known bug:<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=647391" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=647391</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pippo</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-274</link>
		<dc:creator>pippo</dc:creator>
		<pubDate>Thu, 14 Jul 2011 08:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-274</guid>
		<description>@kasim

I&#039;ve read this 
If you plan to have your users install the application OOB, and you expect to deploy updates to your application after it is deployed, you will need to stick to putting all the modules in a single XAP file. The Application.CheckAndDownloadUpdateAsync method will only go out and update the main XAP file that the application was launched from.</description>
		<content:encoded><![CDATA[<p>@kasim</p>
<p>I&#8217;ve read this<br />
If you plan to have your users install the application OOB, and you expect to deploy updates to your application after it is deployed, you will need to stick to putting all the modules in a single XAP file. The Application.CheckAndDownloadUpdateAsync method will only go out and update the main XAP file that the application was launched from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larsholm</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-83</link>
		<dc:creator>larsholm</dc:creator>
		<pubDate>Wed, 15 Jun 2011 19:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-83</guid>
		<description>hmm.. it seems to work fine for me:

&lt;code&gt;
&lt;pre class=&#039;brush: js&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--//&lt;![CDATA[
document.write(&#039;&lt;param name=&quot;source&quot; value=&quot;ClientBin/SearchDemo.xap&quot;&gt;&#039;);
//]]&gt;--&gt;&lt;/script&gt;&lt;/pre&gt;&lt;/code&gt;


The Silverlight app loads fine with the code above..</description>
		<content:encoded><![CDATA[<p>hmm.. it seems to work fine for me:</p>
<p><code></p>
<pre class='brush: js'>
<script type="text/javascript"><!--//<![CDATA[
document.write('
<param name="source" value="ClientBin/SearchDemo.xap">');
//]]>--></script></pre>
<p></code></p>
<p>The Silverlight app loads fine with the code above..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norway</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-82</link>
		<dc:creator>Norway</dc:creator>
		<pubDate>Wed, 15 Jun 2011 18:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-82</guid>
		<description>Hey Guys,

Do you have solution for JavaScript ?
I did try something like this :


	
	&lt;!----&gt;
            
                document.write(&quot;&quot;);
            


But this is doesn&#039;t work :(</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>Do you have solution for JavaScript ?<br />
I did try something like this :</p>
<p>	&lt;!&#8212;-&gt;</p>
<p>                document.write(&#8220;&#8221;);</p>
<p>But this is doesn&#8217;t work <img src='http://codeblog.larsholm.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasim</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-80</link>
		<dc:creator>Kasim</dc:creator>
		<pubDate>Tue, 17 May 2011 09:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-80</guid>
		<description>Hi,

My project has multiple modules in it. My startup project is just a dummy container and hence does not gets updated often. I want to load the modules within it to be updated whenever an update is available. The approach discussed above works good for the start-up xap but not for other modules. Could someone suggest a solution for modular loading of xap files when an update is available.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My project has multiple modules in it. My startup project is just a dummy container and hence does not gets updated often. I want to load the modules within it to be updated whenever an update is available. The approach discussed above works good for the start-up xap but not for other modules. Could someone suggest a solution for modular loading of xap files when an update is available.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 395/402 objects using disk

Served from: codeblog.larsholm.net @ 2012-02-23 01:13:45 -->
