[MonoDevelop] Moonlight on windows

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Dec 17 15:51:48 EST 2009


On Thu, Dec 17, 2009 at 12:42 PM, sly i <sly_i at hotmail.com> wrote:
> Hi All,
>          I installed Monodevelope on win7 and it works great but when i try
> the Moonlight project template and press F7 i get error message
>
> Error: Framework 'Moonlight / Silverlight 2.0' not installed.
>
> I tried changng the references to C:\Program Files\Microsoft
> Silverlight\4.0.41108.0\ but it did not help?
>
> Can you compile silverlight code on windows MD yet?

It's *possible* using the Moonlight SDK, but awkward:
* Your target runtime would need to be Mono
* You'd either have to install the moonlight SDK binaries into your
Mono installation, or set MOONLIGHT_SDK_PATH env var to point to them.
* You would need the "zip" utility in your path or in the moonlight
SDK directory.

Ideally someone would implement a SilverlightFrameworkBackend for the
DotNetTargetRuntime, so that MD could find the Silverlight SDK
assemblies. This would be very easy, but I don't have time to do it
myself right now.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list