Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



What are the steps to add 3rd party dll's to my Project.

I follow this steps:

1)Copy DLL to some other location as on Desktop

2)Delete reference from project and also delete the DLL from BIN

3)Copy the DLL to project root

4)Add reference and choose the DLL from root.

But at the time of execution i got the error like this

Could not load file or assembly or one of its dependices.The system can't find the specified path.


can any one help what are the steps to add 3rd party dll's to the project.


Thank's in advance....
Posted

This is the process to add third party dll into the project.
http://msdn.microsoft.com/en-us/library/ee341416%28v=expression.30%29.aspx[^]
 
Share this answer
 
 
Share this answer
 
Comments
dmunisubbu 28-Aug-12 3:38am    
The same link mentioned above,both are same
D-Kishore 28-Aug-12 3:50am    
oh i am sorry, my page not updated here.

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