Wednesday, March 28, 2012

Where does the list of DLLs in Add References come from?

When you right click on References and select Add References in VS.NET, the
..NET tab on the popup window is populated with all the framework DLLs, and
some other DLLs. I would think this list is configurable. How do I make my
own DLLs to show up in this list without having to click on Browse... to
look for them?

Bobhttp://www.eggheadcafe.com/PrintSea...asp?LINKID=591

--
----------------
Automate your software builds with Visual Build Pro
http://www.kinook.com

" Bob" <bobatkpmg@.yahoo.com> wrote in message
news:uM%23Zc3ROEHA.628@.TK2MSFTNGP11.phx.gbl...
> When you right click on References and select Add References in VS.NET,
the
> .NET tab on the popup window is populated with all the framework DLLs, and
> some other DLLs. I would think this list is configurable. How do I make
my
> own DLLs to show up in this list without having to click on Browse... to
> look for them?
> Bob
There are several registry entries to do this. For example:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ 7.0\AssemblyFolders
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\AssemblyFolders

etc.

--

Carlos J. Quintero (Visual Developer - .NET MVP)

FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)

" Bob" <bobatkpmg@.yahoo.com> escribi en el mensaje
news:uM%23Zc3ROEHA.628@.TK2MSFTNGP11.phx.gbl...
> When you right click on References and select Add References in VS.NET,
the
> .NET tab on the popup window is populated with all the framework DLLs, and
> some other DLLs. I would think this list is configurable. How do I make
my
> own DLLs to show up in this list without having to click on Browse... to
> look for them?
> Bob

0 comments:

Post a Comment