blog

Home / DeveloperSection / Blogs / Global Assembly Cache Tool (Gacutil.exe)

Global Assembly Cache Tool (Gacutil.exe)

Dev Vrat Sahu4512 22-Aug-2012

Gacutil.exe allows you to install assemblies into the cache, remove them from the cache, and list the contents of the cache.

The syntax for adding an assembly using gacutil.exe is as follows:-

gacutil [options] [AssemblyName]

Options       Description

/l                 Used to list the assembly in GAC

/I                 Used to register the assembly to the GAC

/u                Used to unregister or remove the assembly from the GAC


Updated 18-Sep-2014

Leave Comment

Comments

Liked By