有一个开源项目(基帕斯),包含3个.csproj文件.当我打开主解决方案时,它会问我关于转换的问题,它在整个过程中没有任何问题。但是,"KeepassLibSD“不会转换。
“此安装不支持项目类型。”
如何确定转换项目所需的安装类型?
The said .csproj:http://pastebin.com/y3enieZf
without对话框显示了以下包(以及没有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发布于 2012-07-07 16:28:41
互联网搜索返回了这个页面。
Visual的Express版本不支持智能设备的项目。
它有用吗?)
发布于 2012-07-07 17:07:23
<PlatformFamilyName>PocketPC</PlatformFamilyName>这就是这个项目的问题所在。PocketPC是用于掌上电脑的规范,用于引导Windows的手持设备.Visual的最后一个仍然支持它的版本是VS2008专业版。所有对Windows项目的支持都已从VS2010中删除。
一家名为苹果的公司对此负有很大责任,你可能听说过;
发布于 2015-09-28 19:16:58
根据KeePass论坛,您可以安全地忽略项目加载失败。其他项目不需要它来构建。
https://stackoverflow.com/questions/11376661
复制相似问题