无法打开 VSVim 项目
我全新安装了 Visual Studio 2010,并安装了 C# 和 F#,当我尝试打开从 github 克隆的解决方案时,出现以下错误。
D:\projects\VsVim\VsVim\VsVim.csproj : 错误:项目文件 'D:\projects\VsVim\VsVim\VsVim.csproj' 打不开。
该项目类型不受支持 此安装。
有没有办法获得有关我到底缺少什么的更多信息,以便我可以安装组件?
I have a clean install of Visual Studio 2010 with C# and F# installed and I am getting the following error when I try to open the solution cloned from github.
D:\projects\VsVim\VsVim\VsVim.csproj :
error : The project file
'D:\projects\VsVim\VsVim\VsVim.csproj'
cannot be opened.The project type is not supported by
this installation.
Is there a way to get more information about what exactly I am missing so that I can install the components?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要安装 Visual Studio 2010 SDK。
You probably need to install the Visual Studio 2010 SDK.
Noah 是正确的,最可能的问题是您需要安装 Visual Studio SDK。打开和编译 VsVim 的完整步骤如下(取自登记中的 README.txt 文件)。
Noah is correct that the most likely problem is you need to install the Visual Studio SDK. The full steps to getting VsVim to open and compile are the following (taken from the README.txt file in the enlistment).