<?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 for Lars Holm Jensen&#039;s Code Blog</title>
	<atom:link href="http://codeblog.larsholm.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeblog.larsholm.net</link>
	<description>Just another WordPress codeblog on C#, Silverlight and all things .NET</description>
	<lastBuildDate>Thu, 12 Apr 2012 02:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching by yipyipdog</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-417</link>
		<dc:creator>yipyipdog</dc:creator>
		<pubDate>Thu, 12 Apr 2012 02:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-417</guid>
		<description>this works great for zap file but what about zip files that are created by assembly caching?</description>
		<content:encoded><![CDATA[<p>this works great for zap file but what about zip files that are created by assembly caching?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching by yipyipdog</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-416</link>
		<dc:creator>yipyipdog</dc:creator>
		<pubDate>Thu, 12 Apr 2012 02:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-416</guid>
		<description>ishwarya in your web.config change the batch compilation to false - this should fix it - and then change it back to true and it should still work

here is an example from my config

</description>
		<content:encoded><![CDATA[<p>ishwarya in your web.config change the batch compilation to false &#8211; this should fix it &#8211; and then change it back to true and it should still work</p>
<p>here is an example from my config</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching by Mani</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-411</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Fri, 06 Apr 2012 14:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-411</guid>
		<description>Chan,

When you construct the xap URL, you need to append some query param which will get changed per release.

E.g.

ModuleInfo modInfo = new ModuleInfo()
            {
                ModuleName = &quot;You_Module_Name&quot;,
                ModuleType = &quot;Type info&quot;,
                Ref = &quot;abc.xap&quot; + &quot;?version=&quot; + GetVersionFromTypeInfo(),
                InitializationMode = InitializationMode.OnDemand
            };</description>
		<content:encoded><![CDATA[<p>Chan,</p>
<p>When you construct the xap URL, you need to append some query param which will get changed per release.</p>
<p>E.g.</p>
<p>ModuleInfo modInfo = new ModuleInfo()<br />
            {<br />
                ModuleName = &#8220;You_Module_Name&#8221;,<br />
                ModuleType = &#8220;Type info&#8221;,<br />
                Ref = &#8220;abc.xap&#8221; + &#8220;?version=&#8221; + GetVersionFromTypeInfo(),<br />
                InitializationMode = InitializationMode.OnDemand<br />
            };</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed managed dlls easily in a .NET assembly by Danna</title>
		<link>http://codeblog.larsholm.net/2011/06/embed-dlls-easily-in-a-net-assembly/comment-page-1/#comment-386</link>
		<dc:creator>Danna</dc:creator>
		<pubDate>Tue, 27 Mar 2012 16:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=76#comment-386</guid>
		<description>Does anyone have an idea how to embed a Class Library from the same solution? (within the build process)
Meaning project1 is dependent on Class Library1.
Thanks.</description>
		<content:encoded><![CDATA[<p>Does anyone have an idea how to embed a Class Library from the same solution? (within the build process)<br />
Meaning project1 is dependent on Class Library1.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching by Hasan the dude</title>
		<link>http://codeblog.larsholm.net/2010/02/avoid-incorrect-caching-of-silverlight-xap-file/comment-page-1/#comment-373</link>
		<dc:creator>Hasan the dude</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=49#comment-373</guid>
		<description>Great solution, 

Many thanks</description>
		<content:encoded><![CDATA[<p>Great solution, </p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching 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>Comment on Embed managed dlls easily in a .NET assembly by cheerios121</title>
		<link>http://codeblog.larsholm.net/2011/06/embed-dlls-easily-in-a-net-assembly/comment-page-1/#comment-352</link>
		<dc:creator>cheerios121</dc:creator>
		<pubDate>Mon, 06 Feb 2012 17:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=76#comment-352</guid>
		<description>Hi,
Does this work for console app? I tried doing this for my console app, but when I still run the .exe file, it still throws an error, which on debug says &#039;Could not load file , or assembly &#039;xxxx&#039; .....&#039;.

I had added the dll as a reference to my project and also added it to my resources.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Does this work for console app? I tried doing this for my console app, but when I still run the .exe file, it still throws an error, which on debug says &#8216;Could not load file , or assembly &#8216;xxxx&#8217; &#8230;..&#8217;.</p>
<p>I had added the dll as a reference to my project and also added it to my resources.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed managed dlls easily in a .NET assembly by larsholm</title>
		<link>http://codeblog.larsholm.net/2011/06/embed-dlls-easily-in-a-net-assembly/comment-page-1/#comment-349</link>
		<dc:creator>larsholm</dc:creator>
		<pubDate>Sun, 22 Jan 2012 00:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=76#comment-349</guid>
		<description>You dont need to reference the copy in the resources, just add a reference to any copy of the dll as you normally would.</description>
		<content:encoded><![CDATA[<p>You dont need to reference the copy in the resources, just add a reference to any copy of the dll as you normally would.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed managed dlls easily in a .NET assembly by Jason</title>
		<link>http://codeblog.larsholm.net/2011/06/embed-dlls-easily-in-a-net-assembly/comment-page-1/#comment-348</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 21 Jan 2012 21:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeblog.larsholm.net/?p=76#comment-348</guid>
		<description>&quot;@Josh: At compile time your project needs to have a reference to the dll.&quot;

What do you mean? How do I reference it from a resource?</description>
		<content:encoded><![CDATA[<p>&#8220;@Josh: At compile time your project needs to have a reference to the dll.&#8221;</p>
<p>What do you mean? How do I reference it from a resource?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid incorrect Silverlight XAP file caching 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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 392/416 objects using disk: basic

Served from: codeblog.larsholm.net @ 2012-05-20 21:22:19 -->
