Where can I find the "Silverlight Developer Runtime" for Silverlight 5? - silverlight

I need to remote debug a Silverlight application that's running on a Mac. According to Microsoft's walkthrough I need to install the developer runtime on the Mac.
I've been Googling for a while now but I can't find an up to date version. This question has links to version 4 and a beta for version 5, but nothing for the current version.

Try this:
Silverlight 5 Developer Runtime for Mac OSX (32 bit)

Related

Xamarin.Forms iOS app crashes in ListView after update to Xamarin.Forms 2.3.4.231

The app is a Xamarin.Forms PCL app running version 2.3.4.231 after an upgrade from Xamarin.Forms v2.2.0.31. The app works just fine on my iPhone 6s running version 10.2.1, however the app crashes on the ListView page when running on my iPad Mini 2 running version 7.1.2. More importantly, neither Xamarin Insights or HockeyApp catches the error.
The app worked just fine with the old version of Xamarin.Forms when both Windows 10 and my Mac Book was running this version of the software. https://releases.xamarin.com/stable-release-cycle-6-service-release-4/
I just upgraded both Windows 10 and my Mac Book to this version of the software. https://developer.xamarin.com/releases/vs/xamarin.vs_4/xamarin.vs_4.4/
I'm now getting this error in the iOS properties section.
It might be important to note that I'm using this in the ListView page. Both packages are installed in the Portable and iOS Projects.
Xamarin.FFImageLoading v2.0.5
Xamarin.FFImageLoading.Forms v2.0.5
I'm just assuming this has something to do with ListView, but I have no idea other than this is where the app is crashing. Any help is much appreciated. Let me know if you need to see some code.
iOS 7 and 8 are no longer supported according to this link. https://github.com/xamarin/Xamarin.Forms/pull/630
If you are using the latest version of Xamarin.Forms 2.3.4 or newer, versions older than iOS 7 are no longer supported. You can see the official documentation here, under "Other Changes"
https://releases.xamarin.com/stable-release-xamarin-forms-2-3-4-224/
It does appear iOS 8 and newer are still supported however.

Will Silverlight 5 still support OSX

Will Silverlight 5 still support OSX?
I noticed they have a Silverlight 5 beta developer runtime for Mac listed on the Silverlight download page, so I would say, yes its still supported.

Silverlight unable to start debugging

I'm trying to run a sivlerlight website in Windows 7 64-bit. I have VS 2008 SP1 and downloaded silverlight 3 SDK. It installed succesfully and everything, but I'm getting this error when I try to compile:
"unable to start debugging the silverlight managed debugging package isn't installed"
Any help?
Thanks!
You need more than the SDK to debug silverlight, the Silverlight Tools for Silverlight 3 which also includes the version of the runtime that is debuggable.
You may also need to install the Silverlight 4 developer runtime, since its quite likely you will run into a site the requires silverlight 4 but installing the standard 4 runtime will put you at square one.
This is the link to the silverlight 4 dev runtime:-
http://go.microsoft.com/fwlink/?LinkID=188039

SL 4 Version Hell? The silverlight developer runtime is not installed please install a matching version

I've been developing for and running Silverlight 4 for about a week. A week ago I installed the Silverlight 4 design time components to develop and debug silverlight for VS 2010 - I posted some of these apps and they were used by users running SL4. Today, I went to a website that told me to upgrade my SL (I think it was the MS expression site) - so I did that and all the sudden I get this error when running SL 4 apps within VS 2010.
The silverlight developer runtime is not installed please install a matching version
Installing the latest version of the Silverlight SDK does not correct this. Basically I am stuck and unable to run Silverlight apps from VS2010.
Are versioning problems like this a common theme in SilverLight? The only thing I can think of is that there is a minor version difference between the versions used on the the MS Expression web site and the version (SL4) I installed from MS site a few days ago? However re-installing the latest version of SL4 does not correct this.
Any help?
The developer runtime is a different download than the normal "end user" runtime.
Again quoting from Tim Heur's Blog, you need to look for the link under "getting the updates" that points to the developer runtime. This will allow you to debug etc.

Expired Beta Release of Silverlight

I am getting the following message when trying to create a new Silverlight application in VS2010RC:
This application was created for an expired beta release of Silverlight. Please contact the owner of this application and have them upgrade their application using an official release of Silverlight.
What do I need to do to resolve this issue?
The final releases of both Visual Studio 2010 and Silverlight 4 are available, so I suggest you "upgrade".
Now that Visual Studio 2010 & .NET 4.0 been officially released, the beta and RC versions will start refusing to work and instead posting messages like you are getting.
To avoid the error, you will probably need to install the RTM (Release-to-Manufacturing) versions of the Silverlight 4 SDK and the Silverlight Tools. At worst, you would need to upgrade .NET 4 and Visual Studio 2010 as well.
The Silverlight 4 Tools page may be the first place to find the latest versions. There is a link to download the Silverlight 4 SDK there, but I'm not sure if that's really the RTM version.
Also, note that often Microsoft expects you to fully uninstall the beta or RC versions of their software before installing the final version.

Resources