Herdo / SolutionStartPage

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

Unable to update from v2.3 to v2.4 #12

Closed arbh89 closed 8 years ago

arbh89 commented 8 years ago

I am using visual studio 2013 professional edition update 4 and i am getting next error trying to update.

image

Herdo commented 8 years ago

Hello @arbh89 , what .NET Framework version do you have installed?

With the last release (2.4) I increased the range of supported .NET Framework versions. This change was made in the commit release:

Old: - <SupportedFrameworkRuntimeEdition MinVersion="4.5.1" MaxVersion="4.6" /> New: + <SupportedFrameworkRuntimeEdition MinVersion="4.5.1" MaxVersion="4.6.1" />

arbh89 commented 8 years ago

The latest version installed is 4.5.2.

Herdo commented 8 years ago

I had the same issue with Visual Studio 2013 Professional Update 4. After installing Update 5, the issue is resolved. Please perform an update of your Visual Studio installation.