Tag Archives: .net

Tracing WCF messages

When you need to see the actual WCF message that gets over the wire you could use tools such as TcpTrace but this won’t work immediatly. The security of WCF doesn’t allow communication when the "To" header of the message … Continue reading

Posted in WCF | Tagged , | Leave a comment

MaxItemsInObjectGraph and keeping references when serializing in WCF

Yesterday when I was implementing a new WCF service I encountered a problem that the response of the service contained too much items ("System.Runtime.Serialization.SerializationException : Maximum number of items that can be serialized or deserialized in an object graph is … Continue reading

Posted in WCF | Tagged , | 3 Comments