Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unregister a dll
Message
From
07/09/2001 16:39:31
 
 
General information
Forum:
Visual Basic
Category:
COM, DCOM and OLE automation
Miscellaneous
Thread ID:
00554069
Message ID:
00554073
Views:
9
>How do I fully unregister a dll? I used "RegSvr32 /u mydll.dll" and I got a message box saying the dll was successfully unregistered but in my VB project that is referencing this dll still displays it as referencable.
>
>I need to cleanly get rid of any trace of this particular dll in order that I could install a remote copy of this same dll. TIA.

If the DLL still exists on the path it may still show as valid. But try doing a CreateObject() in another project without referencing it, see if that works. It shouldn't if Regsvr32 did its job.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform