<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx</link><description>Calling Load(AssemblyName) is not necessarily the same as calling Load(String). If the AssemblyName.CodeBase is not set, then they do do the same thing. So, if you've set the AssemblyName.Name, CultureInfo, public key token / public key and/or Version</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Assembly.Load() vs. LoadFrom()</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#237834</link><pubDate>Tue, 05 Oct 2004 03:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:237834</guid><dc:creator>Commonality</dc:creator><description>Jon Flanders posts here about a problem he diagnosed recently about Assembly.LoadFrom() and Assembly.Load() behaving differently. The issue he basically...</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#417087</link><pubDate>Fri, 13 May 2005 08:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:417087</guid><dc:creator>Terry Massey</dc:creator><description>It is nice to finaly see who deals with by far my favorate thing in .net. The Assymbly.Load function is by far one of the best ways to dynamicly load modular/Componentized applications. I use this function extensivly with most of my projects, especialy when I need to run CRON or scheduled tasks. I have writen many a task manager where I take and I guess after waching the Channel 9 stuff is a bad thing to do but reading a folder that I place my dll's/Asymblies in for dynamic loading of my jobs. I is nice to be able to load up an asymbliy with out having to register it like in COM or in the GAC. &lt;br&gt;&lt;br&gt;I should really spell check this but hey it is a blog and I am a developer.</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#480529</link><pubDate>Thu, 13 Oct 2005 14:55:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:480529</guid><dc:creator>Jejo</dc:creator><description>Hi. I'm trying to dynamically load/unload assemblies, as I am compiling them at runtime. Every time I compile a new version, I'd like to switch the assemblies. Is there some kind of workaround so that this is possible?&lt;br&gt;&lt;br&gt;I tried to load every assembly in a separate AppDomain, so I can do an .UnLoad on it, destroying all the loaded assemblies within. &lt;br&gt;&lt;br&gt;Another approach would be to run assemblies side-by-side based upon version info &amp;amp; strong names. I did not yet delve into that one.&lt;br&gt;&lt;br&gt;Now I've just read that assemblies used from other appdomains get loaded into the consuming appdomain, so the solution I depicted above only results in the same blocking situation.&lt;br&gt;&lt;br&gt;Maybe this is an egghead idea, maybe not. But it would be REAL nice to get some kind of dynamic unloading to work. After all, constantly loading new assemblies would be unnessecary memory usage.</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#488729</link><pubDate>Thu, 03 Nov 2005 20:26:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:488729</guid><dc:creator>IcingDeath</dc:creator><description>This goes for Load(),LoadFrom() and LoadFile() [duh!].&lt;br&gt;When I have an executable trying to load Dll file X with dependency Y, the dll will fail to load unless y is located in the same path with the executable and not in the same path with the dll.&lt;br&gt;Am i making any sense??? Is this the expected behavior? What happens if I wanna load a plugin with dependencies (other than the ones located in the GAC) and they are located in the same path with the DLL but not in the path of the .exe??&lt;br&gt;Maybe this is a bug? Framework 1.1</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#1789632</link><pubDate>Fri, 02 Mar 2007 22:45:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1789632</guid><dc:creator>Seshagiri</dc:creator><description>&lt;P&gt;A majority of my applications/ libs are weakly named assemblies (I have no reason to make them strongly named). &lt;/P&gt;
&lt;P&gt;If I want to load these dynamically, what is the best method to use: &lt;/P&gt;
&lt;P&gt;Assembly.LoadFrom (or) Assembly.Load()? &lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Sesh&lt;/P&gt;</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#1860242</link><pubDate>Sun, 11 Mar 2007 21:10:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1860242</guid><dc:creator>Hamid</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;would you please help me?&lt;/p&gt;
&lt;p&gt;i wanna set transparent swf file in my form. i did add axshockwave and set swf file with it, but it dose not in transparent mode :-(&lt;/p&gt;
&lt;p&gt;i will many thank you if you help me&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;</description></item><item><title>re: Load(AssemblyName)</title><link>http://blogs.msdn.com/suzcook/archive/2004/08/04/load-assemblyname.aspx#5003801</link><pubDate>Thu, 20 Sep 2007 04:47:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5003801</guid><dc:creator>Fernando Simonazzi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;By &amp;quot;If the CodeBase is set, but the Name is not, however, then it's the same as calling Assembly.LoadFrom() on that CodeBase.&amp;quot;, do you also mean that the assembly will be loaded in the LoadFrom context?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Fernando&lt;/p&gt;</description></item></channel></rss>