EDIT: I became a SharpFellow and so this blog post has moved Recently I needed to send a custom collection class as a response to a WCF call. I duly added the normal [DataContract] attribute and was rewarded with the following WCF error: Type 'MyCollection'
Read More...