GAC and .NET
How to put an assembly into the GAC
c:\>gactutil -i c:\foldername\assemblyname\bin \assemblyname.dll
Note that the assembly should be strongly named.
c:\>gactutil -i c:\foldername\assemblyname\bin
Note that the assembly should be strongly named.
