WCF Deserialization Error
Posted
by BK
on Stack Overflow
See other posts from Stack Overflow
or by BK
Published on 2010-04-12T22:37:09Z
Indexed on
2010/04/12
22:43 UTC
Read the original article
Hit count: 411
ERROR - Exception: System.ServiceModel.Dispatcher.NetDispatcherFaultException Message: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter services.gmrlive.com/JupiterMobile/2009/01/01/:StatusDetails. The InnerException message was 'There was an error deserializing the object of type X.X.X.Entities.StatusDetailCollection. Name cannot begin with the '5' character, hexadecimal value 0x35. Line 12, position 45.'.
I am tracing the wcf logs but i am unable to see the actual xml message. It fails to log the malformed message.
Can anyone help?
© Stack Overflow or respective owner