katit
katit

Reputation: 17915

Silverlight application crashes browser refresh

I just upgraded application to VS2012. Same SL5, just upgraded to async/await.

Everything seem to be working, but I can't restart application by refreshing browser. It goes white screen which I assume indication that it crashes. But how do I figure out why it is doing it?

EDIT: Very very stange. I just noticed if I click on address line in IE10 and hit enter - it refreshes just fine. If I hit refresh button (round arrow) - it goes blank.

I assume this is different "refresh types" in IE?!

Upvotes: 1

Views: 689

Answers (1)

Moh
Moh

Reputation: 26

It is a bug in IE and silverlight plugin You can refere to this website: (https://connect.microsoft.com/VisualStudio/feedback/details/789004/ie10-shows-blank-page-upon-refreshing-silverlight-app)

Cheers

Upvotes: 1

Related Questions