howlinghound
Tue Jan 04 09:47:05 CST 2005
Yes, I'm in .NET. I will look at System.Diagnostics.Process.Start to run
gacutil.exe from within my code. Thanks.
I assume that 2 assemblies can have the same exact name and differ only by
version number. I'll have to be careful with the gacutil and use fully
qualified names when making changes to the GAC.
Michael
""Jeffrey Tan[MSFT]"" wrote:
> Hi Michael,
>
> Based on my understanding, you want to know how to use the Gacutil.exe to
> install an assembly into the GAC through code.
>
> Does your "VB" mean VB.net?
> In .Net, we may use System.Diagnostics.Process.Start method to run
> Gacutil.exe and install an assembly into the GAC.
>
> For more information about the usage of Gacutil.exe, please refer to:
> "Global Assembly Cache Tool (Gacutil.exe)"
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/htm
> l/cpgrfglobalassemblycacheutilitygacutilexe.asp
>
> If I misunderstand you, please feel free to tell me, thanks.
>
> Best regards,
> Jeffrey Tan
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
>
>