I am trying to add new DLLs to the GAC (Global Assembly Cache) from C# code. Is this even possible? what is the best way to do it?
We are using a clickonce installer to update an application. I want to be able to GAC from the code any new DLLs that are new in the solution.
These files need to be in the GAC, as a requirement.