Tagged Questions
8
votes
2answers
3k views
Methods to programmatically install a .NET assembly into the GAC
I need to create a small app or script to install a .NET assembly into the GAC. I've read there are a couple ways to do this including:
using gacutil.exe
executing the following line of code:
new ...