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
2
votes
1 answer
Moonlight 4 out-of-browser
I'm trying to launch some of my existing Silverlight apps out-of-browser on Ubuntu and Moonlight 4 Preview. Install the apps was pretty sweet using Firefox and Chrome.
I received the same error message for all samples I tried:
Fails to execute…

SoaresLuciano
- 349
- 2
- 7
2
votes
1 answer
Monodevelop 2.2 on OSX - Debugging disabled
According to the feature matrix of Monodevelop 2.2, debugging should be available on OSX if one installs Mono 2.6.3. I've done this on two of my Macs, but can't seem to get the Debug menuitem enabled - it stays disabled. The project type I'm trying…

Einar Ingebrigtsen
- 239
- 2
- 8
2
votes
1 answer
Android: Image similarity api
I am developing an application where the User takes a picture of the moon and it will determine the shape and the orientation of the illuminated part of the moon. So I figured the user can take a picture of the moon and it would compare against a…

RedShirt
- 855
- 2
- 20
- 33
2
votes
1 answer
How to install moonlight in Ubuntu 12.0.4?
I tried to open the this link in Ubuntu. but it suggested to install silverlight.
I searched in Google for this,finally I got Ubuntu not supported to SilverLight.so we need to install MoonLight.
for this, I run the following command.
sudo apt-get…

ur truly friend
- 553
- 4
- 11
- 23
1
vote
0 answers
Moonlight on MAC OS X
I am not able to build Moonlight application on MAC OS X.
the error sates: Framework "Moonlight/Silverlight 3.0' not installed.
Can anyone help me out with this

Sandy
- 47
- 1
- 5
1
vote
1 answer
Unable to debug Moonlight plugin in firefox
On loading libmoonplugin.so I am getting following following error
Unable to read JIT descriptor from remote memory!
Following is complete GDB session
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Reading symbols from…

Siddharth
- 31
- 6
1
vote
0 answers
Debugging moonlight firefox plugin in linux using gdb
I am trying to debug the default libmoonplugin.so added to firefox in gdb on ubuntu platform.
I am able to assign a breakpoint but get following error when breakpoint hits:
Program received signal SIGSEGV, Segmentation fault.
Can anyone help me out…

Siddharth
- 31
- 6
1
vote
1 answer
Can't compile Moonlight application in MonoDevelop
I am trying to build Moonlight application using MonoDevelop 2.8 and Mono 2.10.5 on Mac OS X but it fails to compile:
Error: Framework 'Moonlight / Silverlight 3.0' not installed. (MoonlightTest)

SHSE
- 2,423
- 17
- 16
1
vote
0 answers
Changing Parsec Client Streaming Resolution
Is it possible to change the parsec streaming resolution to something other than that of client's? The native maximum resolution of my remote laptop is 1920*1080. I use an ultrawide monitor, and the sides of the my screen are clipped off due to 16:9…

Vashista
- 11
- 2
1
vote
2 answers
Silverlight on Linux / Mac
I have a big winforms app which I now rewrite as an HTML5 app for the sake of portability.
There is an important UI component with a lot of logic and BCL usage that will be very hard to rewrite as HTML/JS. I am thinking to have this component only…

Yaron Naveh
- 23,560
- 32
- 103
- 158
1
vote
1 answer
Measure performance of Silverlight / Moonlight applications
I'm interested in high level performance measurement of Silverlight especially in comparison to Moonlight. I've browsed around and came up with some tools (SilverliightSpy among others) but there has to be other tools or ways to do this.
The high…

Isak Savo
- 34,957
- 11
- 60
- 92
1
vote
0 answers
WCF Services on Moonlight
Recently my team have been tasked to create a Silverlight (Moonlight) Application, to work on Linux Environments. Our project will try to work both on Windows and Linux.
According to my recent researches (i've done tests too), Moonlight is not…

AdrianoRR
- 1,131
- 1
- 17
- 36
1
vote
1 answer
Fails to load moonlight out or browser application in ubuntu
I have implemented a out of browser feature using silverlight 4 and it is working fine in Microsoft environment.
While i am testing the same page in linux (ubuntu) environment, the out-of-browser application installed perfectly in linux env but…

Chandra
- 11
- 4
1
vote
2 answers
Create MS Excel Sheet
How can I create an MS Excel sheet and download it from a Moonlight/Silverlight app? Regards Lennie
Basically I want to run a report in the Siverlight client and allow the user to download the MS Excel report.

Lennie De Villiers
- 107
- 2
- 6
1
vote
1 answer
MEF and moonlight
I am trying to figure out if MEF and moonlight work together. I heard Mono 2.8 got MEF already included. Although, will the full MEF work for moonlight applications?
For now I am using this adapted moonlight library…

Benjamin
- 101
- 1
- 8