Different views of the GAC
	 
    
    
    Each computer wherein the common language runtime is installed has a machine-wide code cache called the Global Assembly Cache. This Global Assembly Cache stores .NET assemblies specifically designated to be shared by several applications on that computer.
- Shell Extension [SHFusion.dll] (default)
 Go to Run Window in Start Menu : "%systemroot%\assembly".  
- GAC Directory Browsing
Go to Run Window in Start Menu : "%systemroot%\assembly\GAC".
 
- Open Registry with regedit, browse to HKLM\Software\Microsoft\Fusion
- Add a REG_DWORD value named "DisableCacheViewer"' and set it's value to 1
Labels: .NET
 







