Issue to VS version

Peter_1985 2,686 Reputation points
2020-08-25T04:04:44.627+00:00

Hi,
To 2 different VS 2015 version below (on different machine), is 1st setup missing any update there?
19990-5f.png

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,185 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 31,086 Reputation points Microsoft Vendor
    2020-08-25T09:48:48.393+00:00

    Hello Jackson,

    The version of Microsoft .NET Framework which is displayed on “About Microsoft Visual Studio” page, represents the highest (latest) version of .NET Framework which was installed on your machine. You can install .NET Framework 4.8 to your machine and let your “first setup” update from Version 4.7.XXXX to 4.8.XXXXX.

    You can refer to this document Find installed versions(.NET Framework), and check the version of Microsoft .NET Framework which was installed on your machine by pressing Windows key + R > type regedit > open the subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full > then check Version or Release.

    On my side, I have installed .NET Framework 4.8.04084 so you can see that on the “About Microsoft Visual Studio” page, the version of Microsoft .NET Framework shows as "Version 4.8.04084".

    20216-screenshot1.png

    Besides, from this document Versions and dependencies(.NET Framework 4.6), you can see that .NET Framework 4.6 is included in Visual Studio 2015. You can also try to install(or update) higher version of Microsoft .NET Framework on your machine and the version of .NET Framework will be changed to the newer one on the “About Microsoft Visual Studio” page.

    Best Regards,
    Tianyu

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.