I have a WCF service which is consumed by multiple applications. I am able to consume the WCF service in a Silverlight application. But when I try to consume the WCF service in a windows service application, it does not work.
Specifically, the error I am getting in Reference.cs
† is:
The type name 'ServiceReference1' does not exist in the type 'xxx.xxx'.
I received this error after using the tool in Visual Studio† to add a service reference to this WCF service and then attempting build the windows service project. Can anyone help?
† Assumptions made by editor.