I have a clean install of Visual Studio 2010 with C # and F # installed, and I get the following error when I try to open a solution cloned from github.
D: \ projects \ VsVim \ VsVim \ VsVim.csproj: Error: Project file 'D: \ Projects \ VsVim \ VsVim \ VsVim.csproj' could not be opened.
The project type is not supported by this setting.
Is there a way to get more information about what exactly am I missing to install the components?
source
share