Need to install and Run Visual C++ 2008 Edition software in Window 10

Amit Singh 21 Reputation points
2020-08-26T08:21:06.633+00:00

Hello Team,

I downloaded and installed Visual C++ 2008 from following link.

https://www.microsoft.com/en-ca/download/confirmation.aspx?id=15336
But It not working in my laptop. Please support and suggest me to run in my system.

System Configuration:
Window 10 Enterprise
RAM: 16 GB
System type: 64 bit operating system,x64 based processor

Please let me know if you have any concerns. I am very thankful to you for this purpose.

Thanks & Regards,
Amit Kumar Singh

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 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.
971 questions
{count} votes

Accepted answer
  1. Guido Franzke 2,196 Reputation points
    2020-08-26T12:20:31.517+00:00

    Hello,
    you downloaded the redistributable package, not the Developer Studio. A redistributable package is not the developer studio, the redist only installs libraries and stuff used by software that was written with VS 2008 .

    2008 is far too old and it's not supported anymore. Why do you want to use VS 2008? Why don't you use a new version?
    Nevertheless, if you need 2008, then maybe this post can help (without warranty): https://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead There is a link with a setup but I don't know what is downloaded and installed, because I didn't test the reply in the stackoverflow post (because I don't use 2008). You should use a new VS version from here: https://visualstudio.microsoft.com/downloads/

    Regards, Guido


0 additional answers

Sort by: Most helpful