register com object ?

G

Geoffrey

Hello,

I create a COM object in c# to use some new functionnality in old softawre.
On my dev platform, I register the component on build (option register for
com interop)

On production platform (tested with a Win98), I register the COM object with
regasm.
I see on the registry, that the component is installed (like on my dev pc :
guid, ....).

But, when I list the com object usable (I list with the same soft on my dev
pc), I don't see my object.

What can I do ?

Thx
 
N

Nicholas Paldino [.NET/C# MVP]

Geoffrey,

What do you mean by when you list the com object usable?

What application are you looking at a list of COM objects in?
 
G

Geoffrey

Ok, I find the solution, I must do a gacutil -i



Nicholas Paldino said:
Geoffrey,

What do you mean by when you list the com object usable?

What application are you looking at a list of COM objects in?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Geoffrey said:
Hello,

I create a COM object in c# to use some new functionnality in old
softawre.
On my dev platform, I register the component on build (option register for
com interop)

On production platform (tested with a Win98), I register the COM object
with
regasm.
I see on the registry, that the component is installed (like on my dev pc
:
guid, ....).

But, when I list the com object usable (I list with the same soft on my
dev
pc), I don't see my object.

What can I do ?

Thx
 

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

Top