Home   Cover Cover Cover Cover
 

Global assembly cache utility (gacutil.exe)

Question: see book

Answer: see 8.5.4 Global Assembly Cache Utility (gacutil.exe)

The following command line installs the assembly MyLib.dll (compiled from the result of the previous exercise) in the GAC:

gacutil /i MyLib.dll

The we list the contents of the GAC:

gacutil /l

Finally, we delete our assembly from the GAC:

gacutil /u MyLib