Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a project which I completely redesigned.
Therefore the namespaces of some classes have changed. One of them is the returntype of a WCF-Service.

The older version of my application had a autoupdate function.
The client sended a request to the server, and the response contained a field if the client should update or not.

After recreating the services and changing the namespace of the reponse class (without changing the class at all), all the values of the response have null or empty values.

How can I ignore the namespace of the return value of a service.
I can only change the server side, because the client is allready running on the users machines and can't be changed.

Kind regards.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900