I am developing a Silverlight 4 application, and I created a special splash screen. At first glance, the custom splash screen worked well - very well. After a few days, I began to notice that the screen saver would no longer be displayed and the screen would remain blank. This only happens when I open several IE tabs / windows pointing to the same application. The first few will load perfectly, and the next tabs / windows will remain βwhiteβ - as if nothing was / were not loaded. This does not seem to be a problem with other browsers that I tested (e.g. Firefox and Chrome). Unfortunately, this product requires opening several screens (and I will not require our users to use a non-Microsoft Internet browser). In addition, we have another product that hosts this Silverlight application inside the WPF WebBrowser control (which is similar to IE - and has the same problems as above). Does anyone have any ideas on how to get around this? This is becoming more and more disappointing.
I should also point out that the default splash screen seems to avoid these problems. When I delete a custom splash screen, we no longer see these problems.
ANY help will be greatly appreciated!
-Tom
source share