Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to convert WCF Service application to dll
Posted
Comments
Pravuprasad 27-Jun-14 6:14am    
what is your problem please explain.
Please don't post these type of question here . we are here to help and get suggestions .Please don't time pass here.

1 solution

1.Create a new project of type "WCF Service Library";

2.Replace the generated IService1.cs and Service1.cs files to the existing service files (that contain the WCF interface and its impelmentation) from your "WCF Service Application";

3.Replace/Modify the WCF configuration settings from App.config file with the exiting one from your Web.config file.
 
Share this answer
 
v2

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