How do you install assembly to the Global Assembly Cache?There are many ways:
1. Using Gacutil.exe e.g: gacutil -i MyLibrary.dll 2. Using Microsoft Windows installer 2.0. 3. Using Assembly Cache Viewer (Shfusion.dll) 4. Using the .NET Framework Configuration Tool (Mscorcfg.msc)
|