<?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: Extracting dll&#8217;s out of the GAC</title>
	<atom:link href="http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/feed" rel="self" type="application/rss+xml" />
	<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac</link>
	<description>Business, Life and SharePoint</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:10:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Senthil Kumar</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-144</link>
		<dc:creator>Senthil Kumar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:59:23 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-144</guid>
		<description>There is another Easier way to do it in Windows UI as well.

Just type in following path in the RUN and press enter

%windir%\assembly\gac_msil

You will see all the folder structure in UI</description>
		<content:encoded><![CDATA[<p>There is another Easier way to do it in Windows UI as well.</p>
<p>Just type in following path in the RUN and press enter</p>
<p>%windir%\assembly\gac_msil</p>
<p>You will see all the folder structure in UI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erugalatha</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-128</link>
		<dc:creator>erugalatha</dc:creator>
		<pubDate>Sat, 17 Jan 2009 11:49:44 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-128</guid>
		<description>map the gac folder as a network drive from your local machine ... it&#039;s easier.

\\myserver\myGACshare</description>
		<content:encoded><![CDATA[<p>map the gac folder as a network drive from your local machine &#8230; it&#8217;s easier.</p>
<p>\\myserver\myGACshare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-87</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Tue, 06 Nov 2007 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-87</guid>
		<description>
               You made my day. I was stuck and this solved the problem. Thanks!!
  
          </description>
		<content:encoded><![CDATA[<p>You made my day. I was stuck and this solved the problem. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-86</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Sat, 25 Nov 2006 12:11:06 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-86</guid>
		<description>
               Curiously, you see but can&#039;t copy the dll&#039;s using the VS2003 command prompt. You have to use the windows command prompt
  
          </description>
		<content:encoded><![CDATA[<p>Curiously, you see but can&#8217;t copy the dll&#8217;s using the VS2003 command prompt. You have to use the windows command prompt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-85</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Fri, 03 Nov 2006 13:11:42 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-85</guid>
		<description>
               
You can change the Windows\Assembly\GAC folder from the custom GAC view to the normal WIndows Explorer view by editing the Registry:
HKLM\Software\Microsoft\Fusion\

Add a DWORD value called DisableCacheViewer and set the value to 1

  
          </description>
		<content:encoded><![CDATA[<p>You can change the Windows\Assembly\GAC folder from the custom GAC view to the normal WIndows Explorer view by editing the Registry:<br />
HKLM\Software\Microsoft\Fusion\</p>
<p>Add a DWORD value called DisableCacheViewer and set the value to 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fengzhimei</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-84</link>
		<dc:creator>fengzhimei</dc:creator>
		<pubDate>Mon, 26 Jun 2006 14:06:15 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-84</guid>
		<description>
               refer to http://fengzhimei.cnblogs.com/archive/2005/07/18/195126.html
  
          </description>
		<content:encoded><![CDATA[<p>refer to <a href="http://fengzhimei.cnblogs.com/archive/2005/07/18/195126.html" rel="nofollow">http://fengzhimei.cnblogs.com/archive/2005/07/18/195126.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kruger, SharePoint MVP</title>
		<link>http://amargalla.com/Blog/dotnet/59-extracting-dlls-out-of-the-gac/comment-page-1#comment-83</link>
		<dc:creator>Mark Kruger, SharePoint MVP</dc:creator>
		<pubDate>Fri, 16 Jun 2006 21:06:05 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/06/13/extracting-dlls-out-of-the-gac.aspx#comment-83</guid>
		<description>
               
Great tip!  I had no idea that directory was there since I couldnt see it through the Windows Explorer Interface.  I am not hiding any directories either.  I was amazed when I went to the command line and navigated to this directory.

This will be EXTREMELY handy!!! :)

  
          </description>
		<content:encoded><![CDATA[<p>Great tip!  I had no idea that directory was there since I couldnt see it through the Windows Explorer Interface.  I am not hiding any directories either.  I was amazed when I went to the command line and navigated to this directory.</p>
<p>This will be EXTREMELY handy!!! <img src='http://amargalla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

