Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I add my shared dll to Add Reference List?

Status
Not open for further replies.

Artemyy

Programmer
Oct 27, 2003
10
0
0
RU
I have shared dll... I need add it into Add Reference list for other projects... Can I do it somehow?
 
I saw this in a magazine article once, but it didn't sink in. Try taking a look in the registry, under:

HKLM\SOFTWARE\Microsoft\VisualStudio\7.0

(or 7.1 if you have VS.NET 2003).

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Thanx to all.
I have found how to resolve the problem.
Need to look in the registry:
HKLM/SOFTWARE/Microsoft/.NETFramework
I created the AssemblyFolder/MyLibName structure here and set the default value to "Full-Path-To-My-Lib"...
It really works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top