protobuf-net: Incorrect wire-type deserializing TimeSpan
- by balinisteanu
I get this exception when my client application is trying to deserialize a message comming from WCF service ("Incorrect wire-type deserializing TimeSpan").
I'm using .NET 3.5 SP1 and latest version of protobuf-net (1.0.0.275).
I have no idea what could be the issue comming from.
I don't undersand the reason of this error message. Anyone?