无法打开 VSVim 项目

发布于 2024-10-14 18:14:58 字数 281 浏览 3 评论 0原文

我全新安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遥远的绿洲 2024-10-21 18:14:58

您可能需要安装 Visual Studio 2010 SDK

You probably need to install the Visual Studio 2010 SDK.

就是爱搞怪 2024-10-21 18:14:58

Noah 是正确的,最可能的问题是您需要安装 Visual Studio SDK。打开和编译 VsVim 的完整步骤如下(取自登记中的 README.txt 文件)。

  1. 安装 Visual Studio SDK
  2. 从征募根目录运行脚本 Populate-References.ps1
  3. 打开解决方案。

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).

  1. Install the Visual Studio SDK
  2. Run the script Populate-References.ps1 from the enlistment root directory
  3. Open the Solution.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文