尝试在 Monodevelop 中加载 C# 解决方案,出现错误:“未知解决方案类型”

发布于 2024-10-31 07:02:21 字数 210 浏览 1 评论 0原文

当我尝试加载解决方案时,这是我收到的错误消息框:https://i.sstatic。 net/cKUwP.png

它最初是 Windows 中的 Visual Studio 2010 项目,我试图将其移植到不同的平台(即 iOS、Android、OSX、Linux)。

When I try to load a solution this is the error messagebox I'm getting: https://i.sstatic.net/cKUwP.png

It was originally a Visual Studio 2010 project in Windows which I'm trying to port to different platforms (i.e. iOS, Android, OSX, Linux).

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

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

发布评论

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

评论(1

瞄了个咪的 2024-11-07 07:02:21

这不是加载解决方案的错误,而是加载解决方案内的项目的错误。似乎这些特定项目是 MonoDevelop 不支持的项目类型或子类型。

特别是,它看起来像是 C# 项目类型的 XNA Content 项目类型和 XNA 子类型(或风格)。请注意,如果您没有安装 XNA,VS 也将无法打开这些项目。

It's not an error loading the solution, it's an error loading the projects inside the solution. It seems that those particular projects are project types or subtypes that are not supported by MonoDevelop.

In particular, it looks the the XNA Content project type and the XNA subtype (or flavor) of the C# project type. Note that VS wouldn't be able to open these project either if you didn't have XNA installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文