开发者

Silverlight.js file broken in IE9?

开发者 https://www.devze.com 2023-03-01 14:31 出处:网络
After downloading IE9, I found that running any Silverlight page breaks (o开发者_运维百科nly in IE9).

After downloading IE9, I found that running any Silverlight page breaks (o开发者_运维百科nly in IE9).

After clicking "yes" to debug, I was amused to see that the Silverlight.js file is choking on some JavaScript that was put in as a hack to work with previous versions of IE.

Silverlight.js file broken in IE9?

What would the fastest way to fix this be? Is there an updated Silverlight.js file I can download from somewhere? Should I use a meta tag to tell IE to render as though it were version 7 or 8?

Thanks!


Silverlight.js is for helping your create object tags programmatically using javascript. It's useful when you don't want to load a silverlight object on page load. I use it in my projects and I don't see any errors with it. If you open up your silverlight.js file, it will have the version number on the first line. Mine says:

//v4.0.50401.0 

What is your version?

0

精彩评论

暂无评论...
验证码 换一张
取 消