Share The Code Concept

311days since
Republic Day

SharePoint Utility

Create a sharepoint Utility to make the webservice deployment eazier.

.NET

How to: Install an Assembly into the Global Assembly Cache using GACUTIL

posted ‎‎Sep 15, 2008 3:44 AM‎‎ by Praveen Krishna R

You can use Gacutil.exe to add strong-named assemblies to the global assembly cache and to view the contents of the global assembly cache.Gacutil.exe is only for development purposes and should not be used to install production assemblies into the global assembly cache.

At the command prompt, type the following command:

gacutil –I <assembly name>

In this command, assembly name is the name of the assembly to install in the global assembly cache.

Eg.


gacutil -i hello.dll

‹ Prev    1-1 of 1    Next ›