in

ASP.NET Weblogs

This Blog

Syndication

My Job

Jeff Key

It works on my machine

Using Explorer to get to physical files in the GAC

The Explorer extension the framework installs to view the GAC in %windir%\assembly doesn't let you do much with those files. If you try to access the physical folders below the assembly folder, you are redirected to the assembly folder. If you want to get at those files (and if you do, be careful), simply subst a drive to the %windir%\assembly\gac folder.

For example, if I want my GAC files to be represented by drive letter G, I simply enter the following:

subst g: %windir%\assembly\gac

Now open Explorer, go to drive G: and you're all set.

Comments

 

TrackBack said:

GAC Mapping : Robert McLaws' Blog
February 25, 2003 11:28 PM
 

Robert McLaws said:

Frickin cool man. This is really handy :).
February 25, 2003 11:58 PM
 

Jeff said:

I'm glad someone else found it useful -- especially so quickly!
February 26, 2003 1:31 AM
 

Olivier’s Blog » Comment acc??der aux fichiers r??els du GAC ? said:

June 20, 2006 4:14 PM
 

Olivier's .NET Blog said:

Read here: (Using Explorer to get to physical files in the GAC http://weblogs.asp.net/jkey/archive/2003/02/25/3006.aspx),...

July 25, 2006 5:58 PM
 

Steve Hagins said:

Awesome!  Thanks dude!

July 29, 2006 8:42 PM
 

Mairead 90 said:

Excellent - saved me a lot of time - cheers !

August 4, 2006 11:06 AM
 

Olivier's .NET Blog said:

Read here: ( Using Explorer to get to physical files in the GAC http://weblogs.asp.net/jkey/archive/2003/02/25/3006.aspx

September 1, 2006 4:35 PM
 

Mordakk said:

You can also just go to Start | Run and type in "c:\windows\assembly\gac" to open it up in file explorer.  

May 7, 2007 3:59 PM
 

Yakov said:

I like Mordakk's way. But thanks to everyone for making it available.

November 21, 2007 5:49 PM
 

Nubs said:

ok, seriously, thank you *very* much!

April 9, 2008 12:24 AM
 

Day late, dollar short said:

Cheers matey, hugely useful.

April 16, 2008 6:30 AM
 

SaurabhKV said:

You can also map a drive directly to your GAC and then you'll be able to see the actual directory structure.

June 9, 2008 10:41 AM

Leave a Comment

(required)  
(optional)
(required)  
Add