Niranjan
Niranjan

Reputation: 823

White Screen Issue in Silverlight OOB

I've a Silverlight Application built with Silverlight 4 to and which works in Out of Browser mode. When I launch the application, there is a white screen appearing for some time. I did some googling, which referred me to a blog post by Mike Wolf, but then the link was removed. So I thought of getting the window handle and hide the window and showing something else till the loading is complete. But I understand we can't do pinvoke from Silverlight 4. But is, there some way I could avoid the white screen?

Upvotes: 3

Views: 858

Answers (1)

Bernhard
Bernhard

Reputation: 195

Maybe you are trying to call a webservice in the constructor of your application class (app.xaml.cs). As far as i know this isn't possible.

Upvotes: 2

Related Questions