[MonoDevelop] Moonlight applications not building

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Feb 20 19:42:10 EST 2011


On Fri, Feb 18, 2011 at 10:25 AM, dman1264 <dman at nycap.rr.com> wrote:
>
> I need to start doing things with Moonlight when I create a test project on
> mac and windows when I try to build I receive errors the following errors on
> each paltform.
> Windows Error: Framework 'Moonlight / Silverlight 2.0' not installed.
> (MoonTest)
> MAC
> /Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.Common.targets:
> Error: Moonlight framework v2.0 doesn't seem to be installed. Expected
> framework directory could not be found
> (/Library/Frameworks/Mono.framework/Versions/2.10/lib/moonlight/2.0). To
> force a particular silverlight version, try: xbuild MoonTest.csproj
> /p:SilverlightVersion=2.0 (MoonTest)
> I believe that I have the correct Silverlight framework installed.
> I'm not sure about the moonlight framework I can't seem to find a download
> for it.
> Is it bundled with monodevelop?
> any help or direction would be appreciated.

You seem to have enabled "experimental xbuild support" in MonoDevelop
options. This does not work for all combinations of project types and
operating systems. In particular, the Moonlight SDK included in MD on
Mac does not work with xbuild, and only works with Mono 2.6.

The Moonlight addin is not supported on Windows on Windows, though it
*might* work if you enable xbuild and have the MS Silverlight SDK
installed, because the build would use the MS build tasks.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list