开发者

Can't open the VSVim project

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\Vs开发者_运维百科Vim\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?


You probably need to install the Visual Studio 2010 SDK.


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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜