尝试在 Monodevelop 中加载 C# 解决方案,出现错误:“未知解决方案类型”
当我尝试加载解决方案时,这是我收到的错误消息框: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是加载解决方案的错误,而是加载解决方案内的项目的错误。似乎这些特定项目是 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.