PDA

Click to See Complete Forum and Search --> : so how do i unregister a component?


Oct 13th, 2000, 01:45 PM
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.

barrk
Oct 13th, 2000, 02:49 PM
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.

Oct 13th, 2000, 05:09 PM
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 :)

Oct 13th, 2000, 05:15 PM
but i compiled an .ocx..

Oct 13th, 2000, 08:26 PM
so try the following,

regsvr32 /u mycomponent.ocx

let us know how that goes :)