views:

47

answers:

1

Some users of a silverlight application I develop are complaining that IE will close sporadically. The sequence of events the users are doing are inconsequential, they are unable to reproduce the issue. Our application uses isolated storage to save exceptions that occur on the client, but no exceptions appear in the log.

Has anyone else experienced this issue? If so, how did you resolve it?

A: 

Hm that was long ago, but yes we do experience this sometimes. Either IE closes without a warning (whole browser), or Silverlight application inside tab, once again without a warning.

Hopefully SL 4.0 resolved this.

queen3