Click here to Skip to main content
16,017,151 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

How can i add Dll and use?
Please help me
Posted

first of all right click on solution bar and select Add Reference ,browse the link to your DLL then add.A DLL will be added in the bin folder.then add namespace and create a object and call the function.
 
Share this answer
 
Right click Your Project -->Add reference -->Go Browse Tab -->Choose the necessary dll.Now the dll linked with your Project.Import necessary namespaces and create instance of a class and use Methods.
 
Share this answer
 
Do you mean Interoperability[^] ?
 
Share this answer
 
Comments
Dalek Dave 25-Aug-10 9:53am    
Is that really what he means?
CPallini 26-Aug-10 2:34am    
Sorry, I really don't know.

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