Results 1 to 5 of 5

Thread: so how do i unregister a component?

  1. #1
    Guest
    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.

  2. #2
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    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.

  3. #3
    Guest
    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

  4. #4
    Guest
    but i compiled an .ocx..

  5. #5
    Guest
    so try the following,

    regsvr32 /u mycomponent.ocx

    let us know how that goes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width