Microsoft Silverlight Troubleshooting Mac

Netflix/ Silverlight /Mac problem ( Installation says I already have a newer version) Original title: 'Netflix/ Silverlight /Mac problem' When I try to watch a show on Netflix it tells me I need to install silverlight. To uninstall the Silverlight plug-in: Quit all open browsers - including this window! You may want to print the following steps. Click the Finder icon from the Dock at the bottom of the screen. In the menu bar at the top of the screen, select Go, then select Computer. Click the Macintosh HD icon. Select Library. Look for Install Silverlight in the lower-right section of the window. If you are running an Intel processor, click Mac Runtime found next to Silverlight 3. If not, click Runtime for Mac PowerPC locate next to Silverlight 1.0. 2014-2-10  MS Silverlight issues - windows 8.1 Hello readers. All was well until earlier this evening, logged onto 'Sky Go' only to be told that I needed to install or update MS Silverlight. After this install the /Microsoft/Silverlight dir was successfully created in my home dir /Library/Application/Support, and of course Silverlight now runs fine. (I'm using Safari 3.2.1 on Mac OS 10.5.6 ) Thanks again.

  1. 2020-4-3  Removing Silverlight plugins on Macintosh. Access your hard drive Double-click the hard drive icon on your desktop; Find the plugin. The Official site of Microsoft Silverlight. Instructions for uninstalling previous versions of Silverlight from your Macintosh computer.
  2. If you’re using a Mac made in 2011 and still using Silverlight to stream Netflix, you should definitely switch to HTML5 to solve any playback problems. Silverlight causes a multitude of problems streaming on Macs and as you’ll see, half of this troubleshooting article covers ways of fixing them.

Sometimes I hear of people visiting a site that prompts them to install Silverlight infinitely. If they click the button to install Silverlight, the installer downloads and seems to run fine but then when they refresh the page, it just prompts them to install again...

Mac

So, what gives? Did the install work or not?


I've seen a handful of reasons why this can happen and I'll articulate a few of the most common ones here.


In my experience, this scenario is often due to a bug on the site but not always. So, the first thing to figure out is if it is Silverlight or the specific site.


Try visiting http://www.microsoft.com/Silverlight and see if the Silverlight content on that page loads for you. Currently that site will show a carousel app that shows a few sites that use Silverlight. If you hover over it and right click on your mouse, you should see 'Silverlight' in the right click menu.


If you see a prompt to install Silverlight on that site:



  • Is it installed? If you are on Windows, check the Programs Control Panel applet and see if Microsoft Silverlight is is listed as installed. On a Mac, check /Library/Internet Plug-Ins to see if Silverlight.plugin is there.

  • Is it disabled? Check your browser's add-ons menu (e.g. in IE click Tools -> Manage Add-ons) and if you find Silverlight in there and it's disabled, enable it and hopefully you'll be good to go.

  • Something else? You might want to try a different browser to see if it is browser specific. You might also try the setup & installation forums on http://Silverlight.net.
    If Silverlight works fine on the Silverlight site but not the site you were trying to visit, you're probably going to have to contact the site author. If you are the site author or you're just curious about what can go wrong, here's a few things that I've seen which causes the infinite install prompt loop.

Wrong mime type specified on the object tag


At the obvious end of this bucket, a site might specify a totally bogus mime type. This isn't common because the site won't work for anyone, including the developer that posted it but I've learned you can't rule anything out. 🙂


On the less obvious and far more common end, I've come across a number of sites that were built to target one of the Silverlight 2 Beta releases and they specify the Beta-specific application/x-silverlight-2-b1 or application/x-silverlight-2-b2 mime types in the object tag. We knew ahead of time that the Beta releases would NOT be compatible with the final Silverlight 2 so we gave them special mime types that only work for those Beta releases. We also told people to use a special Beta-specific installer URL so that use of the mime type wouldn't be horrible because the URL goes to a page on mscom/Silverlight that says the site you visited was built against a Beta that is no longer available. But, the infinite install prompt rears its ugly head when sites use the Beta mime type but link to the currently released Silverlight installer instead of the link we asked them to use... Installing the currently released Silverlight runtime doesn't register the Beta mime type so you just get prompted again. If you have or find a site like this, tell the site author to either take the content down or update it to work with an officially released version of Silverlight.


Required version is too high


This one also has a couple variations.


Again starting at the obvious end, I've seen sites with HTML or javascript that checks to see if you have a version of Silverlight that doesn't exist yet and prompts you to install the current release if you don't already have it. Usually this happens because of a typo such as specifying a minRuntimeVersion of '20.31005' instead of '2.0.31005' (2.0.31005.0 was the Silverlight RTM version). No matter how many times you install Silverlight 2, you'll never have Silverlight 20 and so the site will keep prompting you to upgrade. As before, this one is rare because the site can't work for anybody including the developer that built the site. But, sometimes people make a quick edit that they know can't possibly break anything so they don't test the change and end up with a typo or cut & paste bug...


The more common variation of this category is a site that is built against a Beta or Release Candidate that isn't publicly released to end-users. This has happened a handful of times with the Silverlight 3 developer preview release that was made available a few months ago. The site requires the Silverlight 3 Beta and so it prompts you to install Silverlight or upgrade to the latest release if you don't already have Silverlight 3 installed. If it specifies a minRuntimeVersion of '3.0.x.x' it might cause your currently installed Silverlight 2 runtime to prompt you to upgrade (a 'real' dialog that isn't html) or maybe they prompt you with their own web ui to install. Either way, when you click to install/upgrade it just installs Silverlight 2 again because that's the latest release that is publicly available. There's a couple bugs here. One bug is that the built-in prompts from Silverlight 2 don't tell the website what version of Silverlight was required so the website can't do something intelligent. That bug is our fault and I'm happy to say we've [mostly] fixed it in Silverlight 3 so when Silverlight 4 beta sites start showing up in the wild hopefully we won't see this issue as often. The other bug is that the site author posted a Silverlight application built for an unreleased Beta on the Web with an installation/upgrade UI that doesn't work because the unreleased Beta the site requires is by definition not yet released. If someone tells you to check out a Silverlight application built for an unreleased Beta they should tell you what you need to install and where to get it before telling you to go to their site. Unfortunately, since the site developer has the unreleased Beta installed they don't see the problem and so they don't 'do the right thing' before publishing it live.


The most recent question & reply I can find in the Community is a year old, so I am asking again.


I have a Macbook Pro running OSX version 10.8.2 (purchased in December of 2012)

I had been watching movies, TV shows, etc. on Netflix for several months with no problem. Last week while in the middle of a show, a screen popped up stating:


Silverlight Installation Problem

Error code: 2103


I uninstalled & reinstalled as suggested. Quite a few times, actually. I sent my question to Microsoft Silverlight Support, but did not get a response, of course. I have read online about others with defiinite issues with Silverlight for Mac.


Last night I tried reinstalling once again, and that time it worked. I was ecstatic, to say the least. I have been watching a TV series, and very much wished to continue. I watched a couple of episodes last night. This morining I was able to watch a full episode (40 minutes) and most of the next episode. THEN, the screen went blank, but the audio portion continued to work.


I know I can uninstall/reinstall Silverlight again and hope it fixes the problem. But is it only a temporary 'fix' as it apparently was last night? I guess I really want to know:


Has anyone actually had any luck in REALLY 'fixing' this Microsoft Silverlight/Mac issue? Or should I just forget about watching Netflix on my Mac?


😠😟 😕 (Yes, I'm angry, sad and confused).

Microsoft Silverlight Troubleshooting Mac Computer


MacBook Pro, OS X Mountain Lion (10.8)

Microsoft Silverlight Netflix Problems Mac

Posted on