Multiple choice technology programming languages

What tool is used to manage the GAC ?

  1. GacMgr.exe

  2. GacSvr32.exe

  3. GacUtil.exe

  4. RegSvr.exe

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is a duplicate of question 143172. The Global Assembly Cache (GAC) is managed using GacUtil.exe, the .NET command-line utility for assembly operations. GacUtil.exe can install, uninstall, and list assemblies in the GAC. The other options are incorrect: GacMgr.exe and GacSvr32.exe don't exist, and RegSvr.exe (or RegSvr32.exe) is for registering COM DLLs, not .NET assemblies in the GAC.