<?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: Dynamic Loading of .Net Assemblies</title>
	<atom:link href="http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/#comment-87</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Tue, 08 Sep 2009 14:26:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx#comment-87</guid>
		<description>@Arnis to answer to your second question, this is not preferable to assembly probing itself, its more like extending it.</description>
		<content:encoded><![CDATA[<p>@Arnis to answer to your second question, this is not preferable to assembly probing itself, its more like extending it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/#comment-86</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Tue, 08 Sep 2009 14:25:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx#comment-86</guid>
		<description>@Arnis This is for when the default assembly probing can&#039;t work easily. I&#039;ve implemented this for configurable plugin architectures and most recently with a command line client for my BDD project SpecMaker.  

In all those cases the consumer of software was passing in locations to &quot;search&quot; for assemblies.  SpecMaker.exe originally was relying on default assembly loading and this required it to be run where all assemblies needed were already placed next to it.  This was a non-issue for most but some people didn&#039;t A) want to have to copy specmaker to their build directory or B) have a spread out build structure where different components are located in different side by side directories.

thanks again for the feedback and I hope that answers your questions.

</description>
		<content:encoded><![CDATA[<p>@Arnis This is for when the default assembly probing can&#8217;t work easily. I&#8217;ve implemented this for configurable plugin architectures and most recently with a command line client for my BDD project SpecMaker.  </p>
<p>In all those cases the consumer of software was passing in locations to &#8220;search&#8221; for assemblies.  SpecMaker.exe originally was relying on default assembly loading and this required it to be run where all assemblies needed were already placed next to it.  This was a non-issue for most but some people didn&#8217;t A) want to have to copy specmaker to their build directory or B) have a spread out build structure where different components are located in different side by side directories.</p>
<p>thanks again for the feedback and I hope that answers your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnis L.</title>
		<link>http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/#comment-85</link>
		<dc:creator>Arnis L.</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:33:17 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx#comment-85</guid>
		<description>I might sound stupid - but isn&#039;t this the same what assembly probing provides? If so - are there any difference why this approach is supposed to be preferable?</description>
		<content:encoded><![CDATA[<p>I might sound stupid &#8211; but isn&#8217;t this the same what assembly probing provides? If so &#8211; are there any difference why this approach is supposed to be preferable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Dingwall</title>
		<link>http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/#comment-84</link>
		<dc:creator>Richard Dingwall</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:42:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx#comment-84</guid>
		<description>This trick is also good for including assemblies as embedded resources in WPF apps, where ilmerge doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>This trick is also good for including assemblies as embedded resources in WPF apps, where ilmerge doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
