Insert ActiveX .NET - Not self-registering

D

dom_perron

HI,

I developped an ActiveX in .NET 1.1 an I want to insert it into my MS Word
document. When I select my DLL file via the "More Controls" window, an error
message is displayed saying that the activeX is not self-registering. So, I
check on the net and I found that the DLL needs to be registered with regasm
and added to the GAC with gacutil. So, I've done that and I re-try to insert
my activeX and I got the following message:

The program used to create this object is {D9DF87B5-2C60-3BC5-804B-
FB5A64573647}. That program is not installed on yout computer. To
edit this object, you must install a program that can open the object.

What does it means? I dont know why my activeX needs a program to be
open... It is a .net usercontrol.... I need help.

Thanks
D.
 

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