Currently we have website that must consume a WCF service because our we have x64 web servers and have code dependencies on 32-bit third party assemblies which are not x64 compatible. So WCF service is a wrapper.
When I add the "service reference" there are several file generated but no .cs file. I thought there was suppose to be a reference.cs file containing the proxy stubs for the client code to consume.
What am I missing here?