PaulBarter
MIS
I developed a project with a dll to do the data lookup.
Later I wanted to use the same dll in a different project, so I decided to move the dll into a general library folder.
Unfortunately, this has left me with multiple entries for it when I open the project references.
I have tried regsvr32 -u xxx.dll but this just deletes the version in the library, not the original development version. I even tried moving it back to the old location, but this gave me 2 entries at that location, it did not overwrite the unwanted instance.
Is there any way to get rid of my unwanted entries?
Later I wanted to use the same dll in a different project, so I decided to move the dll into a general library folder.
Unfortunately, this has left me with multiple entries for it when I open the project references.
I have tried regsvr32 -u xxx.dll but this just deletes the version in the library, not the original development version. I even tried moving it back to the old location, but this gave me 2 entries at that location, it did not overwrite the unwanted instance.
Is there any way to get rid of my unwanted entries?