Home All Groups Group Topic Archive Search About

Register DLL on another machine's VS.NET?

Author
8 Apr 2005 4:08 PM
Brett
How can I have my DLL register on another machine's VS.NET "Add Reference"
section?

If I compile it under VS.NET, will it go under the .NET tab in "Add
Reference"?

Thanks,
Brett

Author
8 Apr 2005 5:45 PM
Herfried K. Wagner [MVP]
"Brett" <no@spam.com> schrieb:
> How can I have my DLL register on another machine's VS.NET "Add Reference"
> section?
>
> If I compile it under VS.NET, will it go under the .NET tab in "Add
> Reference"?

INFO: How to Display an Assembly in the Add Reference Dialog Box
<URL:http://support.microsoft.com/?scid=kb;EN-US;306149>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
8 Apr 2005 6:33 PM
Brett
I'm not sure if the VS.NET deployment (setup) application will allow the
registry entry required on the URL referenced below.  I see in my deployment
project that the register property on a certain DLL is:
    DoNotRegister - The item requires no registration.

which will not do registry edits.  There are other COM type register options
but I'm not sure if they are needed.  Any suggestions?

Brett

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:%23ikkkJGPFHA.524@TK2MSFTNGP09.phx.gbl...
> "Brett" <no@spam.com> schrieb:
>> How can I have my DLL register on another machine's VS.NET "Add
>> Reference" section?
>>
>> If I compile it under VS.NET, will it go under the .NET tab in "Add
>> Reference"?
>
> INFO: How to Display an Assembly in the Add Reference Dialog Box
> <URL:http://support.microsoft.com/?scid=kb;EN-US;306149>
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>