---
title: "How to Register Assembly in GAC?"  
description: "Step:  Open Visual Studio Command Prompt Type gacutil/i  [Drive_Name]:\\[Folder_Name]\\[Assembly_Name].dllAfter following these steps you will get a me"  
author: "Sachindra Singh"  
published: 2011-02-14  
updated: 2020-03-04  
canonical: https://www.mindstick.com/articles/455/how-to-register-assembly-in-gac  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How to Register Assembly in GAC?

##### 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?](https://www.mindstick.com/mindstickarticle/0556a979-4a6e-4969-a2b6-bd464fcf6841/images/b0a97337-1664-40fc-9d52-e87670bd155d.png)

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?](https://www.mindstick.com/mindstickarticle/0556a979-4a6e-4969-a2b6-bd464fcf6841/images/7a524e62-0b2c-4100-9a47-1ca10a2d4b40.png)

---

Original Source: https://www.mindstick.com/articles/455/how-to-register-assembly-in-gac

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
