3

我正在使用MonoDevelop 2.8.5 并且正在尝试编译月光应用程序,但它失败了。我创建了一个全新的 Moonlight 应用程序项目并尝试编译它,但它失败并出现以下错误。

Error: Framework 'Moonlight / Silverlight 4.0' not installed. (MoonlightTest)

在2011 年 10 月的这个问题中,MonoDevelop的一位开发人员表示,如果没有一些大麻烦,就不可能做到这一点。

  1. 对于 MonoDevelop 的新版本,这仍然适用吗?
  2. 如果是这样,如果我愿意经历一些麻烦,我该如何在 MonoDevelop 中编译 Moonlight 应用程序项目?
4

1 回答 1

0

This is a bit of "psychic debugging" but I've run into it a lot in linux and imagine you might have the same problem happening on OS X. Is the compiler that Monodevelop is looking for exactly the same as the version you installed? It might be something as simple as the folder being called Moonlight1.3 vs Moonlight1.3.1. Look at the build output and see what version it is looking for then look in your applications folder (via terminal the app folder in the finder might hide the info) and check that they are the same.

于 2012-08-08T00:51:42.227 回答