This is a migrated thread and some comments may be shown as answers.

Firefox Silverlight WSOD

7 Answers 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rob Lange
Top achievements
Rank 1
Rob Lange asked on 04 Aug 2010, 07:45 PM
Totally stuckā€¦ Our website loads just fine in Firefox when not using WebAii. However, when I load it with WebAii, I get the white screen of death. I can load other web pages with Silverlight using WebAii. There are no errors in the Firefox Error Console. I notice that WebAii thinks the page is done loading while IIS is still sending the XAP to the browser. However, even if I sit there in debug mode, it never loads the Silverlight control (even after IIS finishes). Maybe there is some kind of timeout? We load our Silverlight control inside of an IFRAME. Totally stuck, any ideas are welcome.

7 Answers, 1 is accepted

Sort by
0
Rob Lange
Top achievements
Rank 1
answered on 04 Aug 2010, 07:57 PM
I put a hello world in place of our XAP. Still broken. So, probably not a timeout issue.
0
Cody
Telerik team
answered on 04 Aug 2010, 08:52 PM
Hello Rob Lange,

Two thoughts:

  1. Did you Enable Silverlight in your WebAii test as in this documentation?
  2. Is the MIME Type for .XAP files properly configured as in this blog post?

Greetings,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Rob Lange
Top achievements
Rank 1
answered on 04 Aug 2010, 09:23 PM
Thanks for the ideas. Silverlight is correctly enabled, and the IIS server is also setup correctly. The problem is very specific to our page, using WebAii and Firefox. Change one of those elements, and it works just fine. I'm not looking forward to telling my boss that our automation doesn't work on Firefox anymore :(
0
Cody
Telerik team
answered on 04 Aug 2010, 09:33 PM
Hi Rob Lange,

Any chance I can access this Silverlight application directly to study the problem?

All the best,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Rob Lange
Top achievements
Rank 1
answered on 04 Aug 2010, 09:44 PM
I'm going to keep this thread up to date, in case we solve the problem and other people run into the issue.

I've tracked the problem down to a proxy issue. If I turn off Silverlight, which turns the proxy off, the Silverlight application loads just fine. I'd say it was some kind of firewall issue, but if it was then why would only the Silverlight part of the page fail to load?
0
Rob Lange
Top achievements
Rank 1
answered on 04 Aug 2010, 11:58 PM
I've also confirmed the problem repros when using localhost and remote machine IIS servers.

I turned EnableSilverlight off and UseHttpProxy on. It still failed to load the Silverlight app in Firefox, however it loaded the app in IE. Proving it's not a firewall issue.

I noticed you guys have VerboseHttpProxy. How do I access the verbose data? It might tell us why this is failing.
0
Cody
Telerik team
answered on 09 Aug 2010, 05:31 PM
Hello Rob Lange,

Interesting follow up. This does sound like our HTTP Proxy is doing something wrong. Unfortunately there's no way for us to remotely diagnose this problem. We need direct access to the application so we can debug it in our development environment.

You can try using Visual Studio to attached to the "ArtOfTest.HttpProxy.exe" process to get the verbose output in its debugger window.

Best wishes,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rob Lange
Top achievements
Rank 1
Answers by
Rob Lange
Top achievements
Rank 1
Cody
Telerik team
Share this question
or