Tagged Questions
18
votes
15answers
30k views
Complex data types in WCF?
I've run into a problem trying to return an object that holds a collection of childobjects that again can hold a collection of grandchild objects. I get an error, 'connection forcibly closed by host'.
...