views:

426

answers:

1

I have a Silverlight 3 app deployed at multiple customer sites. Customers are occasionally getting a System.Reflection.TargetInvocationException with an inner exception of Async_ExceptionOccurred.

What is the cause of this? Is it just unreliability in the communications with the server? Is there any way to configure WCF to do an automatic retry of messages?

A: 

I've seen it when our IIS servers run out of memory and the the services are no longer responding to the client. They seem to go away with an IIS reset

Dan