Connecting Tech Pros Worldwide Help | Site Map

gacutil

  #1  
Old June 21st, 2006, 08:15 AM
Geoffrey
Guest
 
Posts: n/a
Hello,

I have to install a COM library on some pc.
For this, I must do a regasm "..." and a gacutil -i "..."

but gacutil is not installed with .net2, on ly with VS and SDK.

What is the best solution to install on client pc ? copy the gacutil ?


  #2  
Old June 21st, 2006, 08:25 AM
Marc Gravell
Guest
 
Posts: n/a

re: gacutil


Perhaps create an installer (setup project) for the interop / COM pair,
and get this to gacify the interop.

Marc

  #3  
Old June 21st, 2006, 12:16 PM
Tim Van Wassenhove
Guest
 
Posts: n/a

re: gacutil


On 2006-06-21, Geoffrey <AEnlevergeoffrey@dufour.be> wrote:[color=blue]
> Hello,
>
> I have to install a COM library on some pc.
> For this, I must do a regasm "..." and a gacutil -i "..."
>
> but gacutil is not installed with .net2, on ly with VS and SDK.
>
> What is the best solution to install on client pc ? copy the gacutil ?[/color]

I've circumvented that 'problem' by making a setup project (which seems
to take care of the registration of the libraries.)

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gacutil.exe for dotnet 2.0 ? SenthilVel answers 5 October 10th, 2006 11:45 AM
Gacutil not available. GhanaShyam answers 3 May 4th, 2006 12:50 PM
Need help with Gacutil.exe and regasm.exe Id L answers 2 November 18th, 2005 06:08 AM
I need gacutil Abubakar answers 10 November 15th, 2005 06:07 PM
Proper use of gacutil.exe JamesMason answers 0 November 15th, 2005 04:43 PM