<?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: Reflection &#8211; load libraries dynamically</title>
	<atom:link href="http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/feed/" rel="self" type="application/rss+xml" />
	<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/</link>
	<description>Look at the spoon ... There are no bugs</description>
	<lastBuildDate>Tue, 10 Aug 2010 13:56:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: UncleBob</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-6416</link>
		<dc:creator>UncleBob</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-6416</guid>
		<description>Thanks for this blog post. I was a bit confused searching how to handle referenced assemblies when using LoadFile.

2 Leonard: Read MSDN: Assembly.LoadFile does not resolve dependencies using the load path. I guess that&#039;s where this blog post originated from actually.</description>
		<content:encoded><![CDATA[<p>Thanks for this blog post. I was a bit confused searching how to handle referenced assemblies when using LoadFile.</p>
<p>2 Leonard: Read MSDN: Assembly.LoadFile does not resolve dependencies using the load path. I guess that&#8217;s where this blog post originated from actually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbt shoes</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-5723</link>
		<dc:creator>mbt shoes</dc:creator>
		<pubDate>Thu, 06 May 2010 10:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-5723</guid>
		<description>Thanks for this useful article.</description>
		<content:encoded><![CDATA[<p>Thanks for this useful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-5325</link>
		<dc:creator>Leonard</dc:creator>
		<pubDate>Wed, 24 Mar 2010 05:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-5325</guid>
		<description>I have another question though: If in your example dll B refferences dll A, why when you load dll B (using Assembly.LoadFile), A is not loaded automatically (because it was refferenced in B after all...)
Thanks
Leonard</description>
		<content:encoded><![CDATA[<p>I have another question though: If in your example dll B refferences dll A, why when you load dll B (using Assembly.LoadFile), A is not loaded automatically (because it was refferenced in B after all&#8230;)<br />
Thanks<br />
Leonard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-5324</link>
		<dc:creator>Leonard</dc:creator>
		<pubDate>Wed, 24 Mar 2010 05:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-5324</guid>
		<description>Wow, such a great article, I spent few days trying to find what am I doing wrong and why my libraries that I dynamically load using reflection do not work. I end up copying libraries into host directory. Now, I reverted them back. Great article!!!
Thanks a lot!!!
Leonard</description>
		<content:encoded><![CDATA[<p>Wow, such a great article, I spent few days trying to find what am I doing wrong and why my libraries that I dynamically load using reflection do not work. I end up copying libraries into host directory. Now, I reverted them back. Great article!!!<br />
Thanks a lot!!!<br />
Leonard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timur Alhimenkov</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-2453</link>
		<dc:creator>Timur Alhimenkov</dc:creator>
		<pubDate>Wed, 28 Jan 2009 05:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-2453</guid>
		<description>Wow! Thank you very much!
I always wanted to write in my blog something like that. Can I take part of your post to my blog? 
Of course, I will add backlink?

Sincerely, Timur I.</description>
		<content:encoded><![CDATA[<p>Wow! Thank you very much!<br />
I always wanted to write in my blog something like that. Can I take part of your post to my blog?<br />
Of course, I will add backlink?</p>
<p>Sincerely, Timur I.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-1011</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Sep 2008 07:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-1011</guid>
		<description>You can plug it in the constructor of the class where you want to do the reflection.</description>
		<content:encoded><![CDATA[<p>You can plug it in the constructor of the class where you want to do the reflection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-552</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 22 Aug 2008 09:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-552</guid>
		<description>this is the exactly the problem i&#039;m getting but i&#039;m having trouble plugging your solution in. Where does the code go? Do you have a noddy demo source code for this</description>
		<content:encoded><![CDATA[<p>this is the exactly the problem i&#8217;m getting but i&#8217;m having trouble plugging your solution in. Where does the code go? Do you have a noddy demo source code for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/comment-page-1/#comment-437</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Mon, 14 Jul 2008 15:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://sorin.serbans.net/blog/index.php/2008/05/09/reflection-load-libraries-dynamically/#comment-437</guid>
		<description>You are a god. Thank you! :)</description>
		<content:encoded><![CDATA[<p>You are a god. Thank you! <img src='http://sorin.serbans.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
