gacutil

  • Thread starter Thread starter Geoffrey
  • Start date Start date
G

Geoffrey

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 ?
 
Perhaps create an installer (setup project) for the interop / COM pair,
and get this to gacify the interop.

Marc
 
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 ?

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

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

Similar Threads

Global Assembly Cache 3
Questions about recompiling a registered dotNet COM library 3
Register DLL in code. 6
com interop v2003 5
GAC 2
I need gacutil 10
Executing gacutil in post-build event 2
Signing assemblies 3

Back
Top