<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>merill.net &#187; silverlight</title>
	<atom:link href="http://merill.net/tag/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net</link>
	<description>my utmost for His highest, my best for His glory</description>
	<lastBuildDate>Fri, 20 Apr 2012 21:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing the Silverlight caching issue</title>
		<link>http://merill.net/2009/05/fixing-the-silverlight-caching-issue/</link>
		<comments>http://merill.net/2009/05/fixing-the-silverlight-caching-issue/#comments</comments>
		<pubDate>Mon, 18 May 2009 05:24:09 +0000</pubDate>
		<dc:creator>Merill Fernando</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://merill.net/?p=579</guid>
		<description><![CDATA[Fell into this trap today. I deployed an update of my silverlight project to the Sharepoint site but on some machines the browser continously kept loading the older version. I racked my brain trying to figure out how to add ETags to a xap file and yet keep the deployment simple. The answer though is [...]]]></description>
			<content:encoded><![CDATA[<p>Fell into this trap today. I deployed an update of my silverlight project to the Sharepoint site but on some machines the browser continously kept loading the older version.</p>
<p>I racked my brain trying to figure out how to add ETags to a xap file and yet keep the deployment simple. The answer though is unbelievably simple in this case. Update your AssemblyVersion when compiling. That&#8217;s it. IIS takes care of sending the update through to all the browsers.</p>
<p>BTW the <a href="http://silverlight.net/forums/">silverlight.net forums</a> are a gem for figuring out answers to silverlight problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://merill.net/2009/05/fixing-the-silverlight-caching-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

