【问题标题】:Duplicati Development when opening project in microsoft visual c# 2010 express get error The project type is not supported by this installationDuplicati Development when opening project in microsoft visual c# 2010 express get error The project type is not supported by this installation
【发布时间】:2013-11-06 17:25:10
【问题描述】:

我正在打开使用 Git 下载的 Duplicati 源代码。

git clone https://code.google.com/p/duplicati/

我在那里下载并安装了 Visual C# 2010 Express 并尝试打开该项目。他们推荐了https://code.google.com/p/duplicati/wiki/HowToBuild,但是当我尝试构建这个项目时,我得到了这个错误。

E:\duplicati\duplicati\Duplicati\GUI\Duplicati.GUI.MacTrayIcon\Duplicati.GUI.MacTrayIcon.csproj : error  : The project file 'E:\duplicati\duplicati\Duplicati\GUI\Duplicati.GUI.MacTrayIcon\Duplicati.GUI.MacTrayIcon.csproj' cannot be opened.

The project type is not supported by this installation.

有谁知道这个错误是什么意思? 感谢您的宝贵时间!

【问题讨论】:

  • Duplicati - 这和光明会有关吗?
  • 这是备份软件的源代码。 duplicati.com(所以我希望不是)

标签: c# visual-studio-2010 git


【解决方案1】:

这是一个 MonoMac 项目。卸载它;您可能不需要 Mac 版本。

如果你想构建它,你需要使用 MonoDevelop。

【讨论】:

  • 你能解释更多吗?
  • 好的,很抱歉,我要问一个非常愚蠢的问题。我该如何卸载它? (对不起)
  • 右键项目,卸载项目。如果项目类型不受支持,则可能已卸载。
  • 哈哈,所以我下载了 MonoDevelop (Xamarin Studio 4.0.13) monodevelop.com/Download 并安装它知道我收到错误“Windows 上的 Xamarin Studio 不支持此项目类型。”
猜你喜欢
  • 2016-04-08
  • 1970-01-01
  • 2018-11-09
  • 1970-01-01
  • 2022-12-27
  • 2010-11-23
  • 1970-01-01
  • 2020-03-25
  • 2023-02-20
相关资源
最近更新 更多