Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 2
    You're probably getting an error when WCF tries to serialize the DataTable - use a DataSet again (if you must you built-in .NET Types). The exception you'r seeing could be caused by any number of things, and in this case it's probably because the service enters a faulted state (due to the serialization error) and then times out. Commented Jul 11, 2012 at 19:48