PDA

Click to See Complete Forum and Search --> : Unregistering a messed up ActiveX Exe


Achichincle
Feb 27th, 2001, 05:12 PM
For some reason my ActiveX Exe registration (some of the classes...) are messed up in my registry.

As best as I can tell I have a duplicate entry for one of my classes but one of the entries is not properly registered (i get errors when I try to view any information through the OLE/COM viewer).

I've been able to recompile my ActiveX Exe under a different name and everything is fine with it but... how do I remove the old entries for the previously compiled version?

I've tried regsrv32.exe but it tells me that my ActiveX Exe doesn't seem to be a DLL or OCX.

Help!

Thanks.

crispin
Feb 28th, 2001, 05:08 AM
Run your ActiveX EXE with the switch:

FILENAME.EXE /UNREGSERVER


This should unregister the server

Achichincle
Feb 28th, 2001, 07:07 AM
Thanks.