Re: Multiple references to same component in reference dialog
- From: "Steve" <sredmyer@xxxxxxxxxx>
- Date: 30 Jan 2007 11:37:05 -0800
On Jan 30, 1:41 pm, "Ken Halter"
<Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
"Steve" <sredm...@xxxxxxxxxx> wrote in message
news:1170181993.094750.93460@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How do I clean up the VB reference list? I am talking about the
dialog that is displayed when you click the Project>References...menu
in the VB IDE. I have several entries for components I evidently
compiled to several different locations (some of which no longer
exist) during development. On Win9x and Windows 2K I used to run the M
$ utility called RegClean. This utility does not work on XP.
Can anyone tell me how to clean up the registry of these invalid
entries?
Thanks
Steve
fwiw, I use RegClean on XP/SP2. There are similar utilities out there as
well. Those "extras" are caused by compiling an activex component without
setting up and maintaining Binary Compatibility. Their physical location on
the hard drive doesn't matter. The interface IDs do, which are regenerated
every time you compile, unless you're using Binary Compatibility...
Binary Compatibilityhttp://www.vbsight.com/BinaryComp.htm
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory -http://www.vbsight.com/Remembrance.htm
My expperience is that if I compile a project with or without binary
compatability it will be registered and an entry will be created in
the References dialog box. If I then delete the compiled file without
unregistering it, the entry will still be in the registry and in the
References dialog. This entry will be an orphaned entry in that it no
longer points to a valid file. Furthermore, since the file no longer
exists, you can not unregister it...hence there will be no way of
getting rid of the entry.
As I said in my original post I used to use RegClean to clean these
issues up but it is not working now. In an attempt to find out why it
is not working I found an article from M$ that states that the utility
does not work on XP.
.
- Follow-Ups:
- Re: Multiple references to same component in reference dialog
- From: Ken Halter
- Re: Multiple references to same component in reference dialog
- From: Karl E. Peterson
- Re: Multiple references to same component in reference dialog
- References:
- Multiple references to same component in reference dialog
- From: Steve
- Re: Multiple references to same component in reference dialog
- From: Ken Halter
- Multiple references to same component in reference dialog
- Prev by Date: Re: Question for VB Expert
- Next by Date: Re: Multiple references to same component in reference dialog
- Previous by thread: Re: Multiple references to same component in reference dialog
- Next by thread: Re: Multiple references to same component in reference dialog
- Index(es):
Relevant Pages
|