Coffee => Coder => Code
My ramblings on code, Sitecore and stuff

Archive for the 'WCF' Category

WCF Trace Tool

February 16, 2009

I’ve been doing a fair bit of WCF lately. And an absolute nightmare of an error to try to debug is the “Channel was in a faulted state” error. This is a very generic error and doesn’t really say much at all about the cause of the error.
The way WCF communicates is through channels. When [...]