Why won't my Silverlight Application load in Internet Explorer?

故事扮演 提交于 2019-12-10 18:44:46

问题


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.



来源:https://stackoverflow.com/questions/3323391/why-wont-my-silverlight-application-load-in-internet-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!