Re: Global Assembly Cache
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 22 Jul 2007 21:52:56 -0400
George,
When using the gacutil tool, it will move the assembly to an appropriate storage location (it's not something you manually have to do, or need to know for that matter).
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"George" <George@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:94E822B9-49F5-44D2-A46C-86880A32646F@xxxxxxxxxxxxxxxx
Hello everyone,
I have used gacutil tool to install my COM dll into Global Assembly Cache,
http://msdn2.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx
But I am not sure whether I need to manually copy the actual assembly dll
into some directory (like Windows\System32? Windows?) after running this
tool? Or gacutil tool will automatically copy (install) the assembly for me
-- so I only need to run gacutil -i <dllname>?
thanks in advance,
George
.
- Prev by Date: Re: Extendind/hooking system dll's
- Next by Date: Re: Problem using command.parameters
- Previous by thread: Re: Forms in C# with fields that offer full Excel & Word functionality
- Next by thread: Re: Global Assembly Cache
- Index(es):