Wednesday, May 6, 2009

Installing an assembly (DLL) in the GAC (Global Assembly Cache)

It's pretty easy to install an assembly (dll) in the global assembly cache (GAC). All you do is copy it to the C:\WINDOWS\assembly folder and run gacutil /i myAssembly.dll and you're done. There are a few things you may want to know before you do this. See links below for more details: more details,even more details.

No comments: