<?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"
	>
<channel>
	<title>Comments on: Reflection - Loading The Assembly</title>
	<atom:link href="http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<pubDate>Sat, 11 Oct 2008 22:38:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-470</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Thu, 24 Apr 2008 17:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-470</guid>
		<description>I agree about LoadFrom() - just wanted to clarify in a way that the references to the libraries are not needed in a real reflection case - I am the 1% that got a bit confused about adding the references. 
Anyway - thanks for doing it, great way to learn something!</description>
		<content:encoded><![CDATA[<p>I agree about LoadFrom() - just wanted to clarify in a way that the references to the libraries are not needed in a real reflection case - I am the 1% that got a bit confused about adding the references.<br />
Anyway - thanks for doing it, great way to learn something!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-469</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-469</guid>
		<description>Of course you could instantiate it directly, but I clearly state that the reason we added the reference is to get the dll in the same directory as the EXE which is required for the standard way of loading an assembly, which is what 99% of the people who would watch this video would want to do.

If I wanted to illustrate how to load from a directory outside of the default directories, I would have used LoadFrom, or some other method that did that.

The problem with LoadFrom is that it is as equally confusing because then everyone would think that LoadFrom is the way to load an assembly.  Most of the time it is not.</description>
		<content:encoded><![CDATA[<p>Of course you could instantiate it directly, but I clearly state that the reason we added the reference is to get the dll in the same directory as the EXE which is required for the standard way of loading an assembly, which is what 99% of the people who would watch this video would want to do.</p>
<p>If I wanted to illustrate how to load from a directory outside of the default directories, I would have used LoadFrom, or some other method that did that.</p>
<p>The problem with LoadFrom is that it is as equally confusing because then everyone would think that LoadFrom is the way to load an assembly.  Most of the time it is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihail</title>
		<link>http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-468</link>
		<dc:creator>Mihail</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-468</guid>
		<description>The part with adding the library reference to your form project - you can create the object via new instead of loading the assembly... I understand the purpose but it makes is a bit confusing (LoadFrom(path) would of avoid adding the reference and made it a bit clear IMHO for this particular exercise).</description>
		<content:encoded><![CDATA[<p>The part with adding the library reference to your form project - you can create the object via new instead of loading the assembly&#8230; I understand the purpose but it makes is a bit confusing (LoadFrom(path) would of avoid adding the reference and made it a bit clear IMHO for this particular exercise).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramil</title>
		<link>http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-450</link>
		<dc:creator>ramil</dc:creator>
		<pubDate>Thu, 10 Apr 2008 14:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/04/10/reflection-loading-the-assembly/#comment-450</guid>
		<description>Thanks, this is a good start for me.</description>
		<content:encoded><![CDATA[<p>Thanks, this is a good start for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
