Quentamia
Quentamia

Reputation: 3294

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

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?

Upvotes: 3

Views: 6732

Answers (2)

Quentamia
Quentamia

Reputation: 3294

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.

Upvotes: 0

jnoss
jnoss

Reputation: 2049

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/

Upvotes: 1

Related Questions