articles

Home / DeveloperSection / Articles / How to Register Assembly in GAC?

How to Register Assembly in GAC?

Sachindra Singh12593 14-Feb-2011
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?

 


Updated 04-Mar-2020

Leave Comment

Comments

Liked By