Silverlight Async Timeout Error

Posted by Nath on Stack Overflow See other posts from Stack Overflow or by Nath
Published on 2008-12-01T16:15:34Z Indexed on 2010/03/20 4:11 UTC
Read the original article Hit count: 812

Calling through to my Silverlight Enabled WCF-Service in my silverlight application, occasionally users get timeouts. Whats the easiest way to boost the time allowed by the service client for a response?

The exact exception thrown is: System.TimeoutException: [HttpRequestTimedOutWithoutDetail]

Thanks

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about asynchronous