Why won't my Silverlight Application load in I

2019-07-05 17:09发布

问题:

For some strange reason my Silverlight 4 application isn't loading in Internet Explorer. I see no error messages, just a blank screen. It works fine in Chrome.

Any ideas?

回答1:

When SL has failed to load for me in a browser it is usually related to mime-type. It would be worth checking to make sure it is set correctly by the server: http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/



回答2:

I'm not sure exactly why, but the application didn't like one of my div tags. As soon as I pulled it from the div tag, it showed up no problem.