Can't compile Moonlight application in MonoDev

2019-04-15 10:11发布

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)

1条回答
爷的心禁止访问
2楼-- · 2019-04-15 10:45

The Moonlight addin on Mac is somewhat limited. It uses Silverlight to run the apps, since there is no Moonlight plugin for Mac has been released, but it uses the Moonlight SDK assemblies to compile, since the Silverlight SDK assemblies cannot be redistributed. Unfortunately the only SDK package released for Moonlight was 2.0 - Moonlight skipped 3.0 and assemblies for 4.0 exist but were never released as an SDK.

查看更多
登录 后发表回答