Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
after completion of wcf service library we need to add wcf service application how can we refer the dll and hosted here.
Posted

1 solution

In your project, right click on references, add a reference and add the dll as a reference.
This will automatically be copied to your bin folder when you run the program.
 
Share this answer
 
Comments
Dhritirao's 4-Jan-13 2:07am    
ya i have done in the same way i added the dll, one doubt we need to write any code in this wcf service application?
Dhritirao's 4-Jan-13 2:08am    
i didnt wrote any code in wcf service appln but i wrote Using Employee.dll then i got that service is hosted

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