Visual Studio 2010 download/ISO

Tylor Hanshaw 0 Reputation points
2025-01-24T16:35:27.7766667+00:00

Would anyone have a Visual Studio 2010 ISO download by chance? We can't officially do this through Microsoft but was hoping someone had one laying around.

I'm working on upgrading around 15 small to large Visual Basic projects for a client from .NET Framework 2.0 to 4.8.1. However, they are all configured with Visual Studio 2010 so I cannot currently open any of them.

This will at least let me open them to begin the upgrade, thanks in advance!

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,093 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,410 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,083 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,101 Reputation points
    2025-01-24T17:08:02.3066667+00:00

    you probably want visual studio 2015 as its the last to support .net 2 and probably has most complete migration aids. as this is a licensed product, you need a visual studio subscription:

    https://visualstudio.microsoft.com/vs/older-downloads/

    as you have to migrate so far, it probably easier to create new 4.8.1 projects, and add the old source. if nuget was used, you will need to add current version of the packages if they exist, if not you will need a replacement.

    note: .net 2.0 made use of the GAC, so dependent libraries were often directly installed in the GAC as opposed to being nuget packages. you will need to find the nuget equivalents if possible.


  2. RLWA32 46,861 Reputation points
    2025-01-24T22:03:53.7433333+00:00

    If you meet the license requirements to use VS2015 Community you can find a link to download the offline (iso) installer for VS2015 Community with Update 3 in the answer at https://learn.microsoft.com/en-us/answers/questions/1426278/error-on-visual-studio-2015-installation. The referenced link to SO also includes iso downloads for the Professional and Enterprise versions but those would need a paid license after any Trial Period expires.

    0 comments No comments

  3. Olaf Helper 45,881 Reputation points
    2025-01-31T07:05:44.6066667+00:00

    VS 2010 is out-of-support since a long time, at least therefore there is no public download for available.

    You would need a paid MSDN subscribtion to be able download it.

    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.