Hello experts. I am using Visual Studio 2005 with .Net 3.5. For a project I need to work on, I will be required to install several assemblies into the GAC. I think someone once told me that to install assemblies into the GAC, I simply just needed to drag and drop them into my C:\windows\assembly directory. Is that correct? It just sounds so simple. If true I would rather use drag and drop instead of using the command line Gacutil.exe file.
So my question is, can I simply drag and drop assemblies into the C:\Windows \assembly directory in order to install them into the GAC?
|