-
i'm really new to this activex on the web thing and i got a suggestion that in order for other pc's to see the activex i should unregister it if it's already registered, then register it again.
problem is, i dunno how to unregister that thing. or to detect if it is registered.
any help will be welcomed, cause i really can't make the control appear on other people's pc's. thanks.
-
Check out Monte96's reply to your earlier post. It also explains what I meant by "bumping" the version numbers. Let me know if you still need help after reading his explanation.
-
regsvr32 /u mycomponent.dll
That should do the trick to unregister your dll, don't forget to stop IIS before doing this and remember to restart it again afterwards :)
-
-
so try the following,
regsvr32 /u mycomponent.ocx
let us know how that goes :)