Why would my Silverlight 4 Out-of-Browser application just display white?
Posted
by Edward Tanguay
on Stack Overflow
See other posts from Stack Overflow
or by Edward Tanguay
Published on 2010-06-13T12:08:32Z
Indexed on
2010/06/13
12:12 UTC
Read the original article
Hit count: 243
Silverlight
|out-of-browser
My Silverlight application works fine when running in a browser.
But when I install it as an out-of-browser application, the Window frame comes up with an appropriate icon and title, but the content of the window is just white. It is in the start menu but when I close it and open again, it is still blank.
I reproduced this on Windows 7 and Windows XP.
What could be causing my silverlight application to show only white when running out-of-browser?
Here are the settings I used:
© Stack Overflow or respective owner