Herdo / SolutionStartPage

Solution Start Page for Visual Studio 2015 and 2017
31 stars 15 forks source link

Open project link not working #1

Closed nix63 closed 9 years ago

nix63 commented 9 years ago

If I click on the Open Project link in the left panel I receive an error message saying that File.OpenSolution is not a valid command. I'm using vs 2013 (Italian localized version).

Maybe this line in /BasicPart/VisualStudioOverviewPageControl.xaml is not correct (it should be Immutable.12.0)? xmlns:vsfxim="clr-namespace:Microsoft.VisualStudio.Shell;assembly=Microsoft.VisualStudio.Shell.Immutable.11.0"

Herdo commented 9 years ago

In a freaky way, the "Immutable.11.0" is correct. Don't ask me why. Ask Microsoft. However, the problem is just human mistake:

The correct command is "File.OpenProject", not "File.OpenSolution". I'll fix it.