Hello all, I have a WCF service that I have written, and exposed as a windows service. In Visual Studio 2010 for two apps, I can right click on references, select "Add Service Reference...", put the required information in, and it works just fine.
For a different application, when I do this everything looks to be working fine, but when I look at the service in the object browser, all I am seeing is one class and an enumeration. The service class, along with several classes and enumerations are missing. All projects are 3.5.
What would cause something like this? Oh, and if I click the advanced tab in the "Add Service Reference..." dialog box and connect to the service as web service, it works.
I don't want to connect to it as a web service for multiple reasons however (one being the enumerators values are explicit, and this is lost over a web service.)
Thanks in advance, Jeremy.