Dot Net Assembly Question: Download Dot Net Assembly PDF

How do you install assembly to the Global Assembly Cache?

Tweet Share WhatsApp

Answer:

Followings are the steps to install assembly to the GAC.
Sign assembly with a strong name using strong name utility, sn.exe.
Open the AssemblyInfo file for your project.
Use the AssemblyKeyFileAttribute to specify the path to the key file for your project.
Build your assembly. Install the assembly to GAC by using gacutil utility e.g. gacutil -i abc.dll

Download Dot Net Assembly PDF Read All 10 Dot Net Assembly Questions
Previous QuestionNext Question
Define .Net Assembly?Define Global Assembly Cache in dot net?