Microsoft Visual Web Developer 2010 Express Service Pack 1 Iso Download

Microsoft Visual C++ 2010 Express is an excellent development system comprising IDE, Editor, Debugger, and C/C++ compiler. Best of all is that it's free. You will have to register your copy after 30 days but it's still free. Giving Microsoft your email address is a pretty good deal and they don't spam you.

Microsoft® Visual Web Developer® 2010 Express Thank you for taking the time to fill out the following online form. Please ensure that you have clicked on the first checkbox above to receive important updates from Microsoft related to Visual Web Developer Express. These settings will not affect other newsletters or mandatory service. Microsoft Visual Studio 2010 SP1 has been released by Microsoft recently. Visual Studio 2010 SP1 offline installer can be downloaded at the end of the article. Visual Studio is an All in One development and designing environment for all developers who want to develop software for Microsoft technologies. No information is available for this page.Learn why. Visual Web Developer 2010 Express. Also use OS is XP 2002 Service Pack 3. Subscription a company provided me to download what I needed.

of 02

Installing Visual C++ 2010 Express

Start at the Express Page then click the first link where it says 'Get free Visual Studio Express products >'

This will take you to a page where you get the choice of various Visual Development systems all free (Basic, C#, Windows Phone, Web and C++) or an all-in-one. Your choice, but the instructions here are for Visual C++ 2010 Express.

As these tools are .NET based, for example, the IDE is based on WPF you will have to install .NET 4 unless you already have it. If you are installing several tools like Visual C# 2010 Express, Visual C++ 2010 Express, etc., then you'll have to install the prerequisites just for the first one and the remainder will be much much quicker to install.

These instructions assume you are just installing Visual C++ 2010 Express so click the link for that and on the next page click the Install Now button on the right of the page. This will download a small .exe called vc_web. For this install, you will need a reasonable speed internet connection.

Installing

After approving it (on Windows 7/Vista) but probably not on Windows XP SP 3, it will take you through a series of dialogs, with a License Terms to agree, and then show you the location where it will be installed which you cannot change. After that it takes a few minutes to download and then install. Long enough to make and drink a coffee, especially the installation bit!

If it's successful then you'll see the above screen. Now it's time to try it out with the traditional Hello World, on the next step. Note you may be asked to download Service Pack 1 For Visual Studio and a download link is provided. It's under 1MB in size and you should do this. This will also do a fair bit of downloading, so time for another coffee!

of 02

Creating the First Project

With Visual C++ open, click File - New - Project, then select Win32 on the left and Win32 Console Application on the right. Browse to (or create) an empty folder and give the project a name like helloworld. A popup Window will appear and you should click Application Settings on the left and untick Precompiled Header then click finish.

A project will open, and you should do the following steps.

  • Select all Header files in the Solution Explorer. If you can't see it, click View on the top menu bar then Solution Explorer. On the screenshot above it's the tree on the left. Now right click on those selected files (there should be two stdafx.h and targetver.h), then click Remove. You will get a choice: you can delete or just remove as you wish. We won't need them in either case.
  • Do the same for Stdafx.cpp.
  • In the editor remove the line #include 'stdafx.h'
  • Edit the program so it looks like this, for the C version right click on helloworld.cpp and click rename, then change it to helloworld.c

C++ Version

In either case, press F7 to build it. Now click on the return 0; line, press F9 to get a break point ( a red circle to the left of the green bar will appear) and press F5 to run it. You will see a console Window open with Hello World and it will stop executing on the return libe. Click the Edit Window again and press F5 to have it finish and return to editing mode.

Success

You've now installed, edited and built/run your first C or C++ program. Now you can go onto using this or CC386 and follow the C or C++ Tutorials.

I am trying to find the 'Visual Studio 2010 Express All-in-One ISO' as mentioned on this page:

However, I cannot locate a link to the actual DVD image on Microsoft's site. Does anybody who is more skilled at navigating Microsoft's site than me know where to download it?

reddishreddish

closed as off-topic by Baum mit Augen, AdrianHHH, Samuel Liew, Makyen, MachavityNov 22 '17 at 2:46

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Baum mit Augen, AdrianHHH, Samuel Liew, Makyen, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.

3 Answers

Googles cached snapshot of http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express-iso gives the download link http://go.microsoft.com/?linkid=9709969

Alex K.Alex K.

Visual Web Developer Express Edition Download

There is a still working link on SoftPedia. See below. This points directly to the file on the MS Downloadcentre site, even though you can't find it through any means at MicroSoft itself.

I have idea what Microsoft is doing. Lot's of things are messed up on their web-sites.Yesterday I tried to buy a TechNet subscription at Microsoft Netherlands. Every Buy button forwards you to the USA only order-site.

Visual Studio Web Developer Download

TonnyTonny

Microsoft Web Developer 2010 Download

Express

You can find it here at the 4th section of the page

Web Developer 2010 Express Download

Hadrien HuvelleHadrien Huvelle

Microsoft Visual Web Developer Download

Not the answer you're looking for? Browse other questions tagged visual-studio-2010 or ask your own question.