简体   繁体   English

在Microsoft Visual C#2010中打开项目时出现重复开发表达错误此安装不支持项目类型

[英]Duplicati Development when opening project in microsoft visual c# 2010 express get error The project type is not supported by this installation

I am opening a the Duplicati source code with i downloaded using Git. 我正在打开一个使用Git下载的Duplicati源代码。

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

I downloaded and installed there Visual C# 2010 Express and tried to open the project. 我在那里下载并安装了Visual C#2010 Express,并尝试打开该项目。 With they recomened where https://code.google.com/p/duplicati/wiki/HowToBuild but when ever i try and build this project i get this error. 随着他们重新推荐到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.

Does anyone know what this error means? 有人知道这个错误是什么意思吗? Thanks for your time! 谢谢你的时间!

That's a MonoMac project. 那是一个MonoMac项目。 Unload it; 卸载它; you presumably don't need a Mac build. 您大概不需要Mac版本。

If you want to build it, you'll need to use MonoDevelop. 如果要构建它,则需要使用MonoDevelop。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS2010中的错误打开解决方案-此安装不支持项目类型 - Error opening solution in VS2010 - The project type is not supported by this installation 如何在 Microsoft Visual C# 2010 Express 中部署项目? - How to deploy a project in Microsoft Visual C# 2010 Express? 在VS2010中创建WCF项目时,我得到“错误:WcfProject.csproj无法打开。 此安装不支持项目类型“ - When creating a WCF project in VS2010, I get “Error : WcfProject.csproj cannot be opened. The project type is not supported by this installation” 视觉工作室2010快递和2012年快递开放ac#项目的差异 - Differences with visual studio 2010 express and 2012 express for opening a c# project Visual C#Express 2010从Visual Studio导入项目 - Visual C# Express 2010 Importing a project from Visual Studio 在 Visual Studio 2010/C# 中引用其他项目中定义的类型 - Referring a type defined in other project in Visual Studio 2010/C# VS 2010 SP1 - 此安装不支持项目类型 - VS 2010 SP1 - The project type is not supported by this installation 将项目添加到 Visual C# (Express 2010) 项目而不将它们复制到项目文件夹 - adding items to Visual C# (Express 2010) project without copying them to project folder 在 Visual C# Express 2010 中使用 ANTLR 编译时出错 - Error when compiling with ANTLR in Visual C# Express 2010 使用Visual C#2010 Express在C#项目中添加引用'SHDocVw' - Add reference 'SHDocVw' in C# project using Visual C# 2010 Express
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM