Silverlight 64



  1. Silverlight 64 Bit Free Download
  2. Silverlight 64
  3. Silverlight 64 Download

For example, to unblock Silverlight in order to get Power View working in Office 2016, 64-bit, on Windows you would locate this registry key: HKEYLOCALMACHINE SOFTWARE Microsoft Office 16.0 Common COM Compatibility. RECOMMENDED: Use Silverlight in the 32-bit Internet Explorer process on x64 systems. Most browser plug-ins (including Silverlight, Flash, Java and almost all ActiveX controls) only work in. Microsoft Silverlight 5.1.50918.0 on 32-bit and 64-bit PCs. This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from media players without restrictions. Microsoft Silverlight 5.1.50918.0 is available to all software users as a free download for Windows.

To see a table of compatible browsers and operating systems, select your version of Silverlight below (or click here to go to Microsoft's Silverlight Homepage and select Silverlight-compatible operating systems):

Note: Currently, only version 4 of Silverlight will run in Google Chrome on a Mac OS X; and only version 5 of Silverlight will run in a 64-bit version of Internet Explorer.

Browser & Version Ø

Operating System Ú

Internet Explorer

Firefox

Safari

Chrome

11

10

9

8

7

12 +

4 +

12 +

Windows OS

8.1 Desktop

Yes*

8 Desktop

Yes*

Yes

Yes

Server 2012

Yes*

Yes

Yes

7

Yes

Yes

Yes

Yes

7 SP1

Yes*Yes*

Yes

Yes

Yes

Vista

Yes

Yes

Yes

Yes

Yes

XP w/ SP2 or SP3

Yes

Yes

Yes

Yes

Server 2008 R2 SP1

Yes*

Yes*

Yes

Yes

Server 2008 SP2

Yes

Yes

Yes

Server 2003

Yes

Yes

Yes

Yes

*= Supports 64-bit mode

Mac OS 10.5.7+

Intel-based

Yes

Yes

Silverlight

Minimal Computer Requirements

Personal Computer: Windows x86 or x64 (*64-bit mode support in IE only) 1.6-GHz or higher processor with 512-MB of RAM

  • To download Silverlight specifically for *64-bit Internet Explorer in Windows, you can go to http://go.microsoft.com/fwlink/?LinkId=229321, or select End-User Runtime for Windows (64-bit) at www.silverlight.net/downloads .

Mac (Intel-based): Intel Core Duo 1.83-GHz or higher processor with 512-MB of RAM.

  • To download Silverlight specifically for Mac OSX (32-bit), you can go to http://go.microsoft.com/fwlink/?LinkId=229322, or select End-User Runtime for Mac OSX (32-bit) at www.silverlight.net/downloads .

Silverlight

Microsoft Support: 'Silverlight 5 will support the browser versions listed on this page through 10/12/2021, or though the support lifecycle of the underlying browsers, whichever is shorter...'

Silverlight

Primary Source: http://www.microsoft.com/getsilverlight/locale/en-us/html/installation-win-SL5.html

Return or go to Fix Silverlight Issues on CTI's 'Instructions to Fix Errors or Troubleshoot Problems When Using CTI Navigator' website.

Back to Top of this web page

Browser* & Version Ø

Operating System Ú

Internet Explorer

Firefox

Safari

Chrome

9 +

8

7

6

3.6 +

4 +

4 +

Windows OS

7

Yes

Yes

Yes

Yes

7 SP1

Yes

Yes

Yes

Yes

Vista

Yes

Yes

Yes

Yes

Yes

XP w/ SP2 or SP3

Yes

Yes

(Yes)

Yes

Yes

Server 2008 R2 SP1

Yes

Yes

Yes

Yes

Yes

Server 2008 SP2

Yes

Yes

Yes

Server 2003

Yes

Yes

(Yes)

Yes

Yes

2000 SP4+

(Yes)

Yes

Mac OS 10.4.11+

Intel-based

Yes

Yes

(Yes)

Linux or Unix/X11 OS (uncertain)

Moonlight

Moonlight

*All browsers in 32-bit mode

Minimal Computer Requirements

Personal Computer: Windows x86 or x64 (browser must be in 32-bit mode) 1.6-GHz or higher processor with 512-MB of RAM

Mac (Intel-based): Intel Core Duo 1.83-GHz or higher processor with 512-MB of RAM

Linux (SUSE Linux Enterprise Desktop 11, openSUSE 11.x, Ubuntu 9.10, and Fedora 12): x86 or x86-64 computer with at least 512-MB of RAM using Moonlight(http://www.go-mono.com/moonlight) and Firefox 3.0 through 4.x, or Google Chrome.

Primary Source: http://www.microsoft.com/getsilverlight/locale/en-us/html/installation-win-SL4.html .

To download Silverlight for Mac OSX (32-bit), you can go to http://go.microsoft.com/fwlink/?LinkId=229322 .

Return or go to Fix Silverlight Issues .

Compatibility Add-on for Chrome or Firefox

There is a free browser extension called 'IE Tab' that runs Windows Internet Explorer (IE) components within a tab in Chrome or Firefox. This enables you to display web pages that use Silverlight (such as CTI Navigator Web) within your Chrome or Firefox browser, even if the browser itself does not correctly load Silverlight. The IE Tab also includes an 'Auto URL' filter and a Bookmarks feature that allow you to specify which URLs should always be loaded with IE Tab.

Even though it does not open the IE browser per se, IE Tab uses the IE Browser Control core engine. Therefore, to ensure full security when using IE Tab, the latest version of Internet Explorer should be installed on your computer and it should be kept up-to-date with the latest security patches from Microsoft.

You can read about and download IE Tab at www.ietab.net.

Back to Top of this web page

Related articles and Internet links:

  • Download Selected Version of Silverlight:
    • Silverlight 5 for Windows (32-bit) (See compatibility issues note 1 above)
    • Silverlight 5 for Mac OSX 32-bit (See compatibility issues note 1 above)
  • Microsoft Support for Silverlight (currently no charge for install or uninstall issues)

{rev 11.01.2013}

  • Silverlight Tutorial
Silverlight 64
  • Silverlight Useful Resources
Silverlight 5.1 64 bit download
  • Selected Reading

In this chapter, we will look at a working example of Silverlight. We need two things −

  • First, we require a web page. Silverlight is intended for rich internet applications, It is designed to run inside of a web browser as part of a web page. The page needs to incorporate a suitable tag to load the Silverlight plug-in. It can also include the logic to detect whether Silverlight is installed, and can provide some fallback user interface, when it is absent.

  • The second thing we need is the Silverlight content itself. This tutorial will focus on the .NET programming model for Silverlight. We will create a compiled Silverlight application containing a mixture of XAML, the mockup language we use to define Silverlight user interfaces, and .NET code written in C#.

Silverlight 64 Bit Free Download

Create a Web-page

The easiest way to start using Silverlight is to create an ordinary website with HTML pages and no server side code. Let us look at a very simple example.

Step 1 − Open Visual Studio. Click the File menu, point to New and then click Project.

Step 2 − A New Project dialog box will open. Under Templates, select Visual C# and then click Silverlight. In the right pane, choose Silverlight Application.

Enter a project name and a location on your hard drive to save your project and then click OK to create the project.

The Silverlight project itself is just going to build the Silverlight content, and that content is just one asset amongst many that are going to make up the whole web application.

Click OK.

Step 3 − Check the Host the Silverlight application checkbox. The default is an ASP.NET Web Application Project.

Step 4 − MS-Visual Studio has created two projects, the Silverlight project and an ASP.NET web application. Now, we do need an ASP.NET web application. You can see this in the Solution Explorer window as shown below.

Anything that can serve up the content via HTTP will do but this is Visual Studio, and it understands the ASP.NET web technology, so that is what it gives us.

To demonstrate that Silverlight does not depend on any particular server-side technology, let us delete this .aspx file, leaving just the plain static HTML file.

Step 5 − Right-click FirstExampleTestpage.aspx. From the list of options, click Delete.

Step 6 − Set FirstExampleTestPage.html as the Start page.

Silverlight 64

The MainPage.xaml file defines the user interface for Silverlight content. Either you can write XAML code directly or you can also use Toolbox to drag and drop different UI elements.

Step 7 − Given below is a simple code in MainPage.xaml in which a Button and a TextBlock are defined inside the StackPanel.

Step 8 − This example assumes that you have created an event-handling method named ClickMe_Click. Here is what it looks like in the MainPage.xaml.cs file.

Step 9 − A Silverlight application can be run on any installed browsers.

Step 10 − When the above code is compiled and executed, you will see the following webpage.

Step 11 − Now, when you click the Click Me button, it will update the text in the TextBlock as shown below.

Silverlight 64 Download

We recommend you to execute the above example by adding some more UI elements.