我正在使用 monodevelop,并且收到“framework mono/.NET 4.0 notinstalled”(未安装框架 mono/.NET 4.0)当我尝试构建时出错

发布于 2024-09-27 17:52:05 字数 110 浏览 2 评论 0原文

有趣的是,我确实安装了 .NET 4.0 以及所有 GTK#。我想也许我安装的顺序错误或者有些荒谬,所以我卸载并重新安装了所有内容。我什至尝试安装普通的旧单声道,然后安装单声道开发,但我仍然遇到同样的错误。

The fun part is, I do have .NET 4.0 installed, as well as all GTK#. I thought maybe I installed it in the wrong order or something ridiculous, so I uninstalled and re-installed everything. I even tried installing plain old mono, and then installing monodevelop, but I still get that same error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷离° 2024-10-04 17:52:05

IIRC MonoDevelop 2.4 有一个错误,导致其无法瞄准 .NET 4.0 的最终发布版本。修复应该在 MonoDevelop 2.4.1 中。

作为解决方法,假设您安装了 Mono 2.8(支持 4.0),您可以将目标运行时更改为 Mono 而不是 .NET。 ”

  • 使用“工具”->“更改默认值 “选项”菜单,然后“.NET 运行时”面板

  • 使用“项目->目标运行时”菜单更改当前项目的目标。

IIRC MonoDevelop 2.4 had a bug that prevented it targeting the final released version of .NET 4.0. The fix should be in MonoDevelop 2.4.1.

As a workaround, assuming you installed Mono 2.8 (which has 4.0 support), you can change your target runtime to Mono instead of .NET. Either

  • Change the default using the Tools -> Options menu, then the .NET Runtimes panel

or

  • Change the target of the current project using the Project->Target Runtime menu.
半岛未凉 2024-10-04 17:52:05

您可以轻松更改应用程序运行的框架,以允许 MonoDevelop 通过执行以下操作成功构建您的应用程序:

  • 打开菜单“项目”,
  • 从“常规”选项卡中选择应用程序选项
  • ,将“目标框架”更改为“Mono / .NET” x"

you could easily change the framework under which tyour application is running to allow MonoDevelop build your's successfully by doing the following:

  • open menu "Project"
  • choose Application options
  • from "General" tab, change the "Target framework" to be "Mono / .NET x"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文