Users Pricing

blog

home / developersection / blogs / global assembly cache tool (gacutil.exe)

Global Assembly Cache Tool (Gacutil.exe)

Dev Vrat Sahu 5047 22 Aug 2012 Updated 18 Sep 2014

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