I have two WCF services I am adding reference to in my application. Both these services have an object called X, which is the same object.
The problem is after adding the references in my application, I am getting two different objects, with the same exact structure, but with different namespace. This prevents me from casting between them and forces me to create two different objects, one for each service.
Please notice I don’t want to use dll’s.