An Avanade Blogging Community

Welcome to An Avanade Blogging Community Sign in | Join | Help
in Search

Geek.Speak()

Handy Windows Extension for the .NET Developer

Scott Hanselman, the tools and utilities freek has a new Hanselminutes audio stream up and mentions a handy Windows tweak for .NET developers.  A common need for .NET developers is to SEE the GAC – which Windows hides from you.  Perhaps you need to see the physical file version living there, or you’d like to copy some stuff there such as PDB files for debugging.  In the past I’ve used the command prompt to manually navigate to the C:\Windows\assembly:

GAC

Scott’s approach is much nicer using the subst command to map a path to a drive.  This is a simple Windows Shell extension available from Windows natively.  Scott recommend mapping the G drive to C:\Windows\assembly, which then gives you the raw GAC available to you at G:\.  Pretty slick.

This…

SUBST G: “C:\Windows\assembly”

Gives you this…

SUBST_GAC

Published Saturday, April 08, 2006 3:54 PM by kellyb

Comments

 

adam1309 said:

I simply create a share to the UNC, which has the same effect
July 2, 2008 1:43 PM
Anonymous comments are disabled

This Blog

Post Calendar

<April 2006>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

News

The posts on this weblog are provided "as is" with no warranties and confer no rights. The opinions expressed herin are the personal opinions of the individual authors and do not represent the views of Avanade in any way.

Syndication