Users Pricing

articles

home / developersection / articles / how to register assembly in gac?

How to Register Assembly in GAC?

Sachindra Singh 13108 14 Feb 2011 Updated 04 Mar 2020
Step:
  •  Open Visual Studio Command Prompt
  •  Type gacutil/i  [Drive_Name]:\[Folder_Name]\[Assembly_Name].dll

After following these steps you will get a message like this “Assembly successfully added to the cache” on visual studio command prompt window

How to Register Assembly in GAC?

And we can check that this assembly has been successfully deployed in GAC folder that is global assembly cache folder. We can open this folder by navigation C:\Windows\assembly directory.

How to Register Assembly in GAC?

 


1 Comments


Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md