snippetbashTip
gacutil — Global Assembly Cache (GAC) management utility. More information: <https://manned.org/gacutil>.
Viewed 0 times
assemblymanagementcommandcachegacutilcligacglobal
Problem
How to use the
gacutil command: Global Assembly Cache (GAC) management utility. More information: <https://manned.org/gacutil>.Solution
gacutil — Global Assembly Cache (GAC) management utility. More information: <https://manned.org/gacutil>.Install the specified assembly into GAC:
gacutil -i {{path/to/assembly.dll}}Uninstall the specified assembly from GAC:
gacutil -u {{assembly_display_name}}Print the content of GAC:
gacutil -lCode Snippets
Install the specified assembly into GAC
gacutil -i {{path/to/assembly.dll}}Uninstall the specified assembly from GAC
gacutil -u {{assembly_display_name}}Print the content of GAC
gacutil -lContext
tldr-pages: common/gacutil
Revisions (0)
No revisions yet.