Issue:

Each webpage/screen in our project has a corresponding WCF class and also a proxy is generated per class. We are inheriting Data Contract declared in a common WCF class, though WCF allows inheritance we are facing problem when we generate the proxy. When the proxy is generated all inherited DataContracts are also auto-generated in each proxy class. Since all classes belong to one common namespace and are partial, code compilation...