Yet another reference question.

Yet another reference question.

Anonymous
Not applicable
272 Views
2 Replies
Message 1 of 3

Yet another reference question.

Anonymous
Not applicable
When I compiled my VB DLL an entry was automatically added to the available
references on my computer. For various reasons I have had to alter the
location of my DLL project. Since compiling the same project in various
locations over the last year or so I have accumulated several references
with the same name.

How can I remove the obsolete entries from this list?


Best regards,

Dale Levesque
0 Likes
273 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Start>Run "regsvr32 /u " Ex: "regsvr32 /u
c:\temp\myfile.dll"

Regsvr32 registers dlls and other activex components. The "/u" unregisters
it.

-Danny Polkinhorn
Perkins & Will
Atlanta

"Dale Levesque" wrote in message
news:E256CD259DC66BB565E71EA5B24ACD6E@in.WebX.maYIadrTaRb...
> When I compiled my VB DLL an entry was automatically added to the
available
> references on my computer. For various reasons I have had to alter the
> location of my DLL project. Since compiling the same project in various
> locations over the last year or so I have accumulated several references
> with the same name.
>
> How can I remove the obsolete entries from this list?
>
>
> Best regards,
>
> Dale Levesque
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks Danny!
0 Likes