Can't compile Moonlight application in MonoDevelop

时光毁灭记忆、已成空白 提交于 2020-01-01 19:38:10

问题


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:


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.



来源:https://stackoverflow.com/questions/7691746/cant-compile-moonlight-application-in-monodevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!