I want to view the folders and sub folders in GAC. Also want to know about adding and removing from GAC.
To install we write this lines in command prompt by opening
To view the files just browse them from the command prompt (cmd), eg.:
cmd
c:\>cd \Windows\assembly\GAC_32 c:\Windows\assembly\GAC_32> dir
To add and remove files from the GAC use the tool gacutil