Solving development problems  |  About this blog

Silverlight 2 Plugin not working

Well, maybe you will expirience a problem that Silverlight 2 plugin is not working eventhough you have the latest version 2.0.30825.0

It is showing MIME type: application/x-silverlight-2-b2

This can be if you have old Silverlight 2 Beta version 2.0.10125.0 in bin directory of your website/application.

Just ovewrite it with latest version and it will be ok.

Magic!

February 17th, 2009

  • anonymous

    You can also rename the mime type by removing “-b2″ suffix (-b2 means beta2). So for release version of Silverlight 2.0 mime type should defined as “application/x-silverlight-2″.

  • anonymous

    <object data=”data:application/x-silverlight,” type=”application/x-silverlight-2″ width=”100%” height=”100%”>
    <param name=”source” value=”application.xap” />
    <param … />
    </object>

blog comments powered by Disqus