不能一.csproj的转换到Visual Studio 2010(Cannot convert a

2019-09-19 05:12发布

有一个开源项目( KeePass的 )3个.csproj的文件。 当我打开的主要解决方案,它会问我关于转换,它通过过程没有任何问题。 除此之外,在“KeepassLibSD”将不转换。

“该项目类型不受此安装支持。”
如何确定我需要转换项目的安装类型?

该说的.csproj: http://pastebin.com/y3enieZf

我的关于对话框显示以下软件包(和信息,而KB修正):

Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.5.50501 SP1Rel

Installed Version: Ultimate

Microsoft Office Developer Tools   01019-532-2002102-70520
Microsoft Office Developer Tools

Microsoft Visual Basic 2010   01019-532-2002102-70520
Microsoft Visual Basic 2010

Microsoft Visual C# 2010   01019-532-2002102-70520
Microsoft Visual C# 2010

Microsoft Visual C++ 2010   01019-532-2002102-70520
Microsoft Visual C++ 2010

Microsoft Visual F# 2010   01019-532-2002102-70520
Microsoft Visual F# 2010

Microsoft Visual Studio 2010 Architecture and Modeling Tools   01019-532-2002102-70520
Microsoft Visual Studio 2010 Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

Microsoft Visual Studio 2010 Code Analysis Spell Checker   01019-532-2002102-70520
Microsoft Visual Studio 2010 Code Analysis Spell Checker

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

Microsoft Visual Studio 2010 Team Explorer   01019-532-2002102-70520
Microsoft Visual Studio 2010 Team Explorer

Microsoft Visual Web Developer 2010   01019-532-2002102-70520
Microsoft Visual Web Developer 2010

Crystal Reports Templates for Microsoft Visual Studio 2010   
Crystal Reports Templates for Microsoft Visual Studio 2010

Microsoft Visual Studio 2010 SharePoint Developer Tools   10.0.30319
Microsoft Visual Studio 2010 SharePoint Developer Tools

Answer 1:

一个搜索互联网的返回该页面 。

的Visual Studio Express版本不支持智能设备项目。

帮助? :)



Answer 2:

   <PlatformFamilyName>PocketPC</PlatformFamilyName>

这是该项目的问题的一部分。 掌上电脑是用于PDA,即引导Windows Mobile经典手持设备的规范。 Visual Studio中的最后一个版本仍然支持它是VS2008专业。 为Windows Mobile项目都支持从VS2010中删除。

取名为苹果一家公司是该负主要责任,你可能已经听说过它;)



Answer 3:

按照KeePass的论坛 ,你可以放心地忽略该项目未能加载。 其他项目并不需要它来构建。



文章来源: Cannot convert a .csproj to Visual Studio 2010