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).
- Install the Visual Studio SDK
- Run the script Populate-References.ps1 from the enlistment root directory
- Open the Solution.
精彩评论