How remove invalid references in Tools>References drop down box?

  • Thread starter Thread starter EagleOne
  • Start date Start date
E

EagleOne

2003, 2007 up to date

In VBE editor I have line-items in the drop down box Available References: that are missing.

I do not mean invalid or missing Checked items but invalid line items in the dropdown box.

i.e. There is a item listed as CT - Math.

If I select it, then OK; I get "Error in loading DLL" That is true because it was deleted.

How can I delete that and other like items.

TIA EagleOne
 
Sounds like you deleted the dll without uninstalling (un-registering it). If
possible reinstall it with the original installer and use same to uninstall
it. If that's not available, depending on what type of dll it is, you might
be able to manually register it with Regserv32 and unregister it with the /u
switch (assuming you have the original file to hand, eg in the recycle bin).

Failing that look into a third party registry cleaner (others might be able
to recommend one).

Regards,
Peter T
 
Back
Top