Moonlight is a Mono based Linux port of Silverlight. Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
Questions tagged [moonlight]
45 questions
9
votes
3 answers
Moonlight 2 vs Silverlight 3: huge performance gap
I have tried the simple test "Silverlight 2.0 animation test" at http://bubblemark.com, surprisingly Moonlight provided only 26 fps on Linux. Windows/Silverlight 3 gave me 192 fps on the exact same machine. Why is Moonlight so much slower than…

monofan
- 91
- 2
8
votes
2 answers
Can I create a standalone (not ran in browser, having full trust) application with Moonlight?
I look forward to develop a WPF MVVC application which is to be ran both on Windows with .Net Framework and Mac/Linux with Mono.
As far as I understand the only part of of WPF implemented in Mono is Silverlight as Moonlight.
As far as I've read it…

Ivan
- 63,011
- 101
- 250
- 382
6
votes
2 answers
How does Olive (Mono) implement (W)PF?
While reading an article about Mono on Wikipedia, I found out there is a Mono sub/side-project called Olive which aims to bring the remaining bits of .NET to Mono - currently focusing on Workflow Foundation and WPF - though they for obvious reason…

Matěj Zábský
- 16,909
- 15
- 69
- 114
5
votes
1 answer
moonlight vs. silverlight :: datagrid incompatibility?
I'm trying to develop an application in moonlight. Now I'm trying to use a DataGrid to show some data.
In an old silverlight project I used a DataGrid in this way:

carlesh
- 537
- 1
- 4
- 17
5
votes
2 answers
What is Moonlight technically?
There is surprisingly little information on the internet regarding what Moonlight is exactly from a technical point of view. Is it correct to understand it as Mono-based CoreCLR + base libraries (the same .dlls as Silverlight has as part of the…

Konstantin
- 3,817
- 4
- 29
- 39
4
votes
3 answers
Silverlight/Moonlight on Android devices
I just got my first Android device, I love it... I also love the fact that you can create your own applications and distribute them as you please.
I've read a little bit about Monodroid, and also that apparently Microsoft wants to put Silverlight on…

vtortola
- 34,709
- 29
- 161
- 263
4
votes
2 answers
Anyone using Moonlight?
Has anyone used Moonlight for real time app development? Is it really worth spending time with it?
-Fahad

Fahad
- 858
- 1
- 8
- 15
4
votes
8 answers
Why wouldn't Microsoft want to hinder Mono and Moonlight?
Microsoft has all interest in preventing cross-platform software to happen. The incompatibility between Windows and Linux is the main reason why people don't migrate to Linux in large numbers. Both the Mono and Moonlight projects are trying to…

Dimitri C.
- 21,861
- 21
- 85
- 101
4
votes
2 answers
Checking Silverlight Migration to Moonlight
We're in the process of creating a Silverlight project and wondered how we could validate/test if it would run on Moonlight. From regular .Net to Mono there is the Mono Migration Analyzer which generates a report on which methods are missing in Mono…

soren.enemaerke
- 4,770
- 5
- 53
- 80
3
votes
1 answer
Compiling moonlight application on Mac OS X
I'm using MonoDevelop 2.8.5 and I'm trying to compile a moonlight application, but it fails. I created a brand new Moonlight Application Project and tried to compile it, but it fails with the following error.
Error: Framework 'Moonlight /…

vidstige
- 12,492
- 9
- 66
- 110
3
votes
1 answer
Moonlight, WebClient and "Exception has been thrown by the target of an invocation"
I'm writing a little engine to download text from some .php files, I've done this engine in Visual c# and I haven't got problems.
I'm doing this:
[ ... ]
WebClient client = null;
try {
client = new WebClient();
…

carlesh
- 537
- 1
- 4
- 17
3
votes
1 answer
What resources should I use to port my .NET application to Mono or Moonlight?
I have a few applications that might qualify for porting over to a Linux/Mac platform, but first I need to know what baseline of technology is safe for compatibility, what is marginal, and what is unsupported.
Is there a consolidated list somewhere…

TLDR
- 1,198
- 1
- 12
- 31
3
votes
2 answers
Is MoonlightDesktop suitable for porting wpf app to Linux?
I understand Moonlight is no longer supported by Xamarin, but I have a WPF application written on Windows that I would like to port to Linux. I want to avoid rewriting the UI code. I came across a Xamarin project called MoonlightDesktop…

ATL_DEV
- 9,256
- 11
- 60
- 102
3
votes
3 answers
Moonlight on PowerPC Mac
Silverlight stopped supporting PowerPC Macs after version 1.0. Will Moonlight 2.0 work on a PowerPC Mac?
We are looking at writing the next generation of our product and we are considering Silverlight. However due to our existing customer base, we…

Todd Ropog
- 1,133
- 1
- 14
- 23
2
votes
2 answers
System.Diagnostics.Process namespace missing
I am writing an application where I have to use Process.Start api using System.Diagnostics namespace. I am using moonlight libraries with mono-2.10. But I am getting this error
"The type or namespace name `Process' could not be found. Are you…

brunoos
- 81
- 1
- 2
- 6