Debug Deserialization on Silverlight Client
Posted
by Andrew Garrison
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Garrison
Published on 2010-05-03T14:25:07Z
Indexed on
2010/05/03
14:28 UTC
Read the original article
Hit count: 313
I'm working on a Silverlight client that interacts with a WCF web service. The Silverlight client and the WCF web service are using the same class library for their data entities that they are passing back and forth over the wire. I just added a new entity, and it's not being correctly deserialized on the Silverlight client.
My question is, how can I debug the System.ServiceModel.ClientBase as it is deserializing an entity that it received from a WCF web service?
© Stack Overflow or respective owner