<?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>DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx</link><description>If you are developing software on Microsoft Windows platform, you probably have heard of the term “ Dll Hell ”. “Dll Hell” happens when two applications install two incompatible versions of a shared dll. Since there is no versioning control for dll in</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#517232</link><pubDate>Wed, 25 Jan 2006 06:12:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517232</guid><dc:creator>Blake Handler</dc:creator><description>Another resource is Microsoft's &amp;quot;DLL Help Database&amp;quot; which helps identify DLL version conflicts.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/dllhelp/Default.aspx"&gt;http://support.microsoft.com/dllhelp/Default.aspx&lt;/a&gt;&lt;br&gt;</description></item><item><title>WinSxS has limitations when installing</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#517338</link><pubDate>Wed, 25 Jan 2006 14:21:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517338</guid><dc:creator>Thomas</dc:creator><description>Nice new feature in Vista! This will be useful when testing.&lt;br&gt;&lt;br&gt;BTW, side-by-side installation is a nice feature, but there is a major limitation when installing such DLLs that does not exist in the managed GAC: you cannot install things side-by-side if you run a &amp;quot;per user&amp;quot; installation.&lt;br&gt;See:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=552c704c-75ba-4cb1-8bf3-0c1d6d50d5a2"&gt;http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=552c704c-75ba-4cb1-8bf3-0c1d6d50d5a2&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=183213&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=183213&amp;amp;SiteID=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=156255&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=156255&amp;amp;SiteID=1&lt;/a&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#517504</link><pubDate>Wed, 25 Jan 2006 21:22:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517504</guid><dc:creator>junfeng</dc:creator><description>Thomas, &lt;br&gt;&lt;br&gt;Thanks for the links. &lt;br&gt;&lt;br&gt;You can still install SideBySide assemblies local. It is just that the VC runtime redist does not support that. You just need to copy the VC runtime manifest and its payload locally.</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#517702</link><pubDate>Thu, 26 Jan 2006 05:11:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517702</guid><dc:creator>Norman Diamond</dc:creator><description>I've also had problems registering COM DLLs that were carried around with the application.  Depending on the pathname of the folder containing these files, Windows XP SP2 can't even find the DLL any more.&lt;br&gt;&lt;br&gt;I didn't have enough time to track it down completely, but it seems that part of the problem was due to the pathname being a perfectly ordinary descriptive name for this country and the language version of Windows XP SP2 that it was installed on.  I.e. the pathname did not entirely consist of Italian characters.&lt;br&gt;&lt;br&gt;I didn't have time to figure out how to do a side-by-side installation in hopes that it might work around the problem.</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#517704</link><pubDate>Thu, 26 Jan 2006 05:16:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517704</guid><dc:creator>junfeng</dc:creator><description>Steve White has a walk through on SideBySide and registration free COM activation. &lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/rfacomwalk.asp"&gt;http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/rfacomwalk.asp&lt;/a&gt;&lt;br&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#525829</link><pubDate>Mon, 06 Feb 2006 20:49:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525829</guid><dc:creator>Carlos</dc:creator><description>This is a bit off topic, but maybe you know the answer.&lt;br /&gt;&lt;br /&gt;I had a C# class registered as a COM object and I was trying to load it using automation in C++. &amp;nbsp;The load was failing because mscoree couldn't find my C# dll, but fuslogvw.exe didn't show anything. &amp;nbsp;My question is: is fuslogvw supposed to show assembly binding failures that happen as part of COM activation? &amp;nbsp;(I'm using CLRv2 on XP.)&lt;br /&gt;&lt;br /&gt;I've fixed the underlying problem now, so this isn't important.&lt;br /&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#525900</link><pubDate>Mon, 06 Feb 2006 22:03:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525900</guid><dc:creator>junfeng</dc:creator><description>See if this helps&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/junfeng/archive/2004/04/08/109272.aspx"&gt;http://blogs.msdn.com/junfeng/archive/2004/04/08/109272.aspx&lt;/a&gt;&lt;br /&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#528551</link><pubDate>Thu, 09 Feb 2006 16:59:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528551</guid><dc:creator>Carlos</dc:creator><description>Thank you, I used a custom log path and that fixed it.&lt;br /&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#531208</link><pubDate>Mon, 13 Feb 2006 23:54:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:531208</guid><dc:creator>PhilW</dc:creator><description>I think SxS COM with manifests is one of those &amp;quot;well kept secrets&amp;quot; that should be more well known. I use it whenever I can and encourage others to do the same. Some more info here too ;=) &lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.simple-talk.com/2005/03/09/com-server-registration/"&gt;http://www.simple-talk.com/2005/03/09/com-server-registration/&lt;/a&gt;</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#554008</link><pubDate>Fri, 17 Mar 2006 22:25:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:554008</guid><dc:creator>nin</dc:creator><description>lpll</description></item><item><title>re: DotLocal (.local) Dll Redirection</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#554011</link><pubDate>Fri, 17 Mar 2006 22:28:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:554011</guid><dc:creator>nin</dc:creator><description>45151bjgvuguojhipkm['ol,p;, hvb jh</description></item><item><title>Junfeng Zhang's .Net Framework Notes : Diagnosing SideBySide failures</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#729064</link><pubDate>Tue, 29 Aug 2006 01:29:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729064</guid><dc:creator>Junfeng Zhang's .Net Framework Notes : Diagnosing SideBySide failures</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/junfeng/archive/2006/04/14/576314.aspx"&gt;http://blogs.msdn.com/junfeng/archive/2006/04/14/576314.aspx&lt;/a&gt;</description></item><item><title>Internet Explorer 7 Release Candidate 1 in standalone mode</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#732350</link><pubDate>Wed, 30 Aug 2006 23:35:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:732350</guid><dc:creator>Kurbli</dc:creator><description>Jon Galloway &amp;amp;#237;rta&amp;amp;amp;nbsp;IE7-Standalone-Launcher-updated-for-RC1.aspx&amp;amp;amp;nbsp;t&amp;amp;#225;rgy&amp;amp;#250; bejegyz&amp;amp;#233;s&amp;amp;#233;ben, hogy a...</description></item><item><title>Windows Vista Sxs Activation Context Cache</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#5226380</link><pubDate>Mon, 01 Oct 2007 21:35:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5226380</guid><dc:creator>Junfeng Zhang's Windows Programming Notes</dc:creator><description>&lt;p&gt;Sxs activation model is built on top of Actication Context. To create an activation context, use the&lt;/p&gt;
</description></item><item><title> Junfeng Zhang s Windows Programming Notes DotLocal local Dll | Wood TV Stand</title><link>http://blogs.msdn.com/junfeng/archive/2006/01/24/517221.aspx#9671701</link><pubDate>Mon, 01 Jun 2009 01:11:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9671701</guid><dc:creator> Junfeng Zhang s Windows Programming Notes DotLocal local Dll | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=8277"&gt;http://woodtvstand.info/story.php?id=8277&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>