Consuming a WCF Service From Another Project

Harry

New Member
I am performing the following steps. [*]Created a WCF service using WCF Service Library [*]Run and Test the WCF service by pressing F5 in the project (and it runs fine) [*]Create another project in the same solution in Visual Studio [*]Add Service Reference to the WCF Service I created earlier in Step 1However, the new project does not recognize the WCF Service I created in Step 1. How can I consume a WCF Service created in a different project?The same service call works fine when it
 
Back
Top