Hi All,
I have a WCF service library containing two services. These two services share a common set of classes in their operations.
When I generate the WCF proxies with svcutil.exe, I get two sets of proxy classes (one for each service). Is there any way to have it only generate one set of these shared classes? Or will I have to partition these classes into separate namespaces?