Common Language Runtime
Register .Net Component on Remote GAC.
Question:
I am trying to build a tool for our development environment that will allow a developer to push a .Net dll to a remote machine and have the old file pulled out of the GAC and the new one inserted.
Instead of doing this with the gacutil i was wondering if there was a way to perform the actions needed within vb/c# code.
I would appericate any information that could point me in the right direction.
Answer1:
There are no managed APIs to work with the GAC. Your best bet would be to use gacutil to write your utility.
-Shawn
http://blogs.msdn.com/shawnfa
Answer2:
You can use this app: http://www.codeplex.com/remotegacutil
It's open source, so you can browse the source.
www.evcil.net