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:
Post a Comment