Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Using Windows Explorer to View the Global Assembly Catalog

Updated: 16 Oct 2008 | 2 comments
SK's picture
0 0 Votes
Login to vote

When the Global Assembly Catalog (GAC) is viewed with Windows Explorer, only part of it is exposed, as most of it is hidden (protected) by the Operating System. How can Windows Explorer access these other areas?

Either create the following registry DWORD file and then merge it with your registry, or simply create the DWORD directly in your registry.

_________

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000001

To stop viewing these exposed areas, either delete the DWORD or simply change its value to 0.

__________

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000000

Comments

jjesse's picture
04
Jun
2007
0 Votes 0
Login to vote

missing something here?

Why would I want to view the GAC? Sorry if I'm missing something simple.

Jonathan Jesse Practice Principal ITS Partners

SK's picture
04
Jun
2007
0 Votes 0
Login to vote

Accessing the GAC

If you need to implement a new file that belongs in the GAC, or if you need to check a version of a file that is in the GAC, you will need to be able to access it.

Usually this is done via cmd line, however, GUI methods are far more user friendly.