Custom Silverlight Splash Screen causes White Screen of Death

Posted by wickster05 on Stack Overflow See other posts from Stack Overflow or by wickster05
Published on 2011-01-06T21:52:17Z Indexed on 2011/01/06 21:53 UTC
Read the original article Hit count: 219

Filed under:
|
|

I'm developing a Silverlight 4 application and I've created a custom splash screen. At first glance, the custom splash screen worked well - really well. After a few days I started noticing that the splash screen would no longer show and the screen would remain blank. This seems to only occur when I open multiple IE tabs/windows all pointing to this same application. The first few will load fine, while the following tabs/windows will remain "white" - as if nothing has/is loaded. This doesn't appear to be an issue with other browsers that I've tested with (i.e., Firefox and Chrome). Unfortunately, this product requires multiple screens to be open (and I'm not going to require our users to use a non-Microsoft internet browser). Furthermore, we have another product that hosts this Silverlight application inside a WPF WebBrowser control (which is similar to IE - and experiences the same issues as delineated above). Does anyone have any ideas on how to get around this? This is becoming increasingly frustrating.

I should also point out, that the default splash screen seems to avoid these issues. When I remove the custom splash screen, we no longer see these problems.

ANY help would be appreciated greatly!

-Tom

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET