<?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>Anything They Can Do &#187; Garbage Collection</title>
	<atom:link href="http://www.anythingtheycando.com/blog/index.php/tag/garbage-collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anythingtheycando.com/blog</link>
	<description>Why can&#039;t you?</description>
	<lastBuildDate>Wed, 16 Nov 2011 20:23:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silverlight Temp File Issue</title>
		<link>http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/</link>
		<comments>http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:15:35 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Garbage Collection]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.anythingtheycando.com/blog/?p=190</guid>
		<description><![CDATA[I don't know how well known this issue is with Silverlight or exactly what versions that it effects I saw a few form posts about it. But my company has several applications written in Silverlight that use Web Services and it affects all of them. When Silverlight calls a web service it seems to create [...]]]></description>
			<content:encoded><![CDATA[<p>I don't know how well known this issue is with Silverlight or exactly what versions that it effects I saw a few form posts about it. But my company has several applications written in Silverlight that use Web Services and it affects all of them. When Silverlight calls a web service it seems to create a temp file of exactly 20,971,520 bytes (exactly 20MB) each time . This is not a big deal if you call a web service only once or even ten times for that matter but when you have your app set to call it every 10 seconds at this rate you application will require 120MB per minute of hard disk space to continue running. It seems that when you reload the page the temp files are cleared but if you want the app to run for weeks on end to drive a display for example you have to manually force them to be cleared out. The files will be created in the %temp% folder and will follow a naming convention of XCP*.tmp (XCP833C.tmp, XCP6FAB.tmp, ect)</p>
<p>This is not so much a bug as something that you need to keep in mind when your using Silverlight to constantly refresh data from the server.</p>
<p>The fix for this is as follows:</p>
<div class="codecolorer-container csharp blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:710px;"><div class="csharp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">GC.<span style="color: #0000FF;">Collect</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span></div></div>
<p>If you just put that one line of code at the end of your Async Completed handler and all you massive hard drive usage issues will be a thing of the past.</p>
<p>It should also be noted that I can't recreate this issue when the app is running off the development server built into Visual Studio. It seems to only have this issue once I publish to IIS.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d190').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d190" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Silverlight+Temp+File+Issue&amp;Description=Silverlight+Temp+File+Issue&amp;Url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;submitHeadline=Silverlight+Temp+File+Issue&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Silverlight+Temp+File+Issue&amp;url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;h=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;t=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;t=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;bm_description=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;T=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;h=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;name=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Silverlight+Temp+File+Issue+@+http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/&amp;t=Silverlight+Temp+File+Issue" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.anythingtheycando.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d190').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d190').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.anythingtheycando.com/blog/index.php/2010/02/02/silverlight-temp-file-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

