When I visit this page I get an error stating "Silverlight for your browser is not Officially Supported"

. enter image description here

If I click the image on the error page it links to a page indicating Silverlight is installed and ready.

. enter image description here

.

Silverlight is indeed installed and working with Chrome on other MS sites like this one

I have cleared cookies, cache, and local storage.

Windows 7 Pro 64bit, latest version of Chrome (non beta)

Does anyone else get this message on that page with Chrome and Silverlight installed.

It works in IE9, I assume it is an evil MS plot.... ;->

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

There are no checks for Chrome specifically – this script rejects Safari on Windows, and Chrome has the string "Safari" in its user-agent.

Since the site only checks navigator.userAgent through JavaScript and not the HTTP header, you can use this extension to spoof the UA.

link|improve this answer
Worked perfectly, thanks. I wonder why they only chose that method for this particular site and not the technet site. – Moab Apr 21 '11 at 22:20
feedback

The error says it is not officially supported in your browser, not that it isn't installed. Evil? I suspect Chrome may have to decide to support it.

link|improve this answer
It is supported, as silverlight loads on other MS pages – Moab Apr 21 '11 at 22:18
But Microsoft said it wasn't officially supported. It is their message. – uSlackr Apr 21 '11 at 22:25
@Moab: "Works" != "supported". – grawity Apr 21 '11 at 22:30
just not supported on that particular page, is is on others, I stated this in the original question. – Moab Apr 21 '11 at 22:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.