Click here to Skip to main content
15,882,163 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
can i reference microsoft.practice.enterprise.logging.dll without using GAC,
If YES tell me how?
I would like to know all possible way to reference dll in visual studio without using GAC.



Thanks in Advance


Regards,
YAsh
Posted
Comments
ZurdoDev 5-Jan-15 13:58pm    
Just click browse when adding a reference and pick file.

1 solution

To reference any .NET assembly from the GAC you have to install it in the GAC first...
Assemblies can be installed in the GAC only if have strong namse, which Enterprise Library has not by default, so you have to do some work...
Read here:
http://msdn.microsoft.com/en-us/library/ff650268.aspx[^]
http://scottwhite.blogspot.co.il/2006/01/microsoft-enterprise-library-gac.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900