GAC install

  • Thread starter Thread starter Alan Seunarayan
  • Start date Start date
A

Alan Seunarayan

Hello all,
Does anyone know of a way that I can install an assembly into the GAC
from within my code?

Alan
 
How about starting off a process to invoke gacutil to install the assembly for you?
 
Dolly said:
How about starting off a process to invoke gacutil to install the assembly for you?

The problem with that is an end user's machine may not have gacutil.exe
installed (it's not part of the runtime - only the SDK).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top