up vote 22 down vote favorite
5
share [g+] share [fb]

I'm working on a project that requires Visual Studio 2005 and I've been trying to find a legitimate download site for Visual Studio 2005 Express, but it seems like Microsoft only wants people to download the 2008 version instead.

Anyone knows why it's like this and if there is some link somewhere where Visual Studio 2005 Express is available?

link|improve this question

feedback

10 Answers

up vote 20 down vote accepted

http://webkoleji.net/visual/ has direct links to the Microsoft downloads. I haven't actually executed any of them.

Here are more links: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/290fb587-1447-466c-9149-a692fa5de34d They seem to point to the same files.

The direct download link: http://go.microsoft.com/fwlink/?LinkId=51411&clcid=0x409

link|improve this answer
2  
The webkoleji link now returns a 404: Page Not Found error. The direct download link, from Microsoft, still works, as of 20/5/2011. – gkrogers May 20 '11 at 8:46
2  
this link is awesome:) apdubey.blogspot.com/2009/04/… – Dr Deo May 25 '11 at 5:51
feedback

I belive that VS 2008 (all editions) will only work with .NET 2.0 to 3.5 just as VS 2005 (all editions) will only work with .NET 2.0. This is the reason that VS 2005 is no longer available, because its features are duplicated by VS 2008. The only difference is the solution file, so you could make a seperate solution file for VS 2008.

link|improve this answer
1  
2008 will add a few new items to an existing 2005 project file but the project file remains compatible with 2005. – AnthonyWJones Apr 23 '09 at 8:24
@AnthonyWJones - I'll change my answer to reflect this, cheers. – Stevo3000 Apr 23 '09 at 8:35
feedback

You can get from thepiratebay.org

It's perfect legal.

http://thepiratebay.org/torrent/4773985/Visual_Studio_2005_Express

link|improve this answer
Too bad that TPB was shut down today :C – Spoike Aug 25 '09 at 8:23
feedback

For Visual Studios 2005 C++ express the vcsteup.exe is available here: http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c360c27b/ENU/vcsetup.exe

I found this link here: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/aa4a3808-b0da-4afb-ac19-ac45582bb58a

link|improve this answer
Thanks for the link – Asaf Mar 7 '11 at 13:38
feedback

In case anyone else needs the VS 2005 Express Editions for whatever reason (e.g. I needed this particular version a while ago to verify/reproduce a bug), this page: http://blogs.msdn.com/astebner/archive/2006/03/28/563660.aspx has links to all versions (Visual Basic, C++, C#, J#) which still seem to be working.

link|improve this answer
feedback

why don't you get VS 2008? and they say that your project is a .NET 2.0 project? or you are editing a .NET 1.x project?

With VS 2008 (express or not) you can target the projects to what framework you want!

link|improve this answer
It would be too much of a hassle to convert the project files back and forth. I only need the 2005 express edition to validate that the solution still works and compiles in the old version (and there are some discrepancies between 2005 and 2008). – Spoike Apr 23 '09 at 8:08
@Spoike: Project files share the same format between 2005 and 2008 so you only need to hold separate solution files. I share projects between 2005 and 2008 quite a bit, its no bigee. – AnthonyWJones Apr 23 '09 at 8:23
1  
@balexandre: This is incorrect information. It is not possible to target .NET 1.x with VS 2008. The only versions supporting .NET 1.x are VS .NET and VS 2003. With VS 2008 you can target .NET 2.0, .NET 3.0 and .NET 3.5 – 0xA3 Apr 23 '09 at 8:26
@divo Yes, My mistake :) – balexandre Apr 23 '09 at 8:56
feedback

If you are willing to pay a few bucks, you could buy a "Learning Visual C# 2005" book.
Some of them have a CD with C# 2005 Express, and the books should be quite cheap now because they are for C# 2005.

For example, you can get this German book with CD at the German Amazon for 1.95 Euros (used, and plus shipping).
Of course you would have to find one in English or Swedish, but you get the idea :-)

link|improve this answer
feedback

As far as I know, VS 2005 Express is "No longer available."

That said ... Balexandre is right: Get 2k8, and set your project up to the correct framework.

link|improve this answer
feedback

Incase anybody is looking for the Web Developer Express 2005 version CNET has it here:

http://download.cnet.com/Visual-Web-Developer-2005-Express-Edition/3000-10250_4-10421166.html

Believe this only works for windows 2000 and XP.

link|improve this answer
feedback

Thanks for the links. Even though most of the functionality of VS2005 is duplicated in VS2008, there are a few features that require VS2005. ASP Classic is deprecated in VS2008, so you need VS2005 to get intellisense and color coding support for ASP Classic projects.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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