Where is Visual Studio 2005 Express at? - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T19:20:53Zhttp://stackoverflow.com/feeds/question/780741http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at4Where is Visual Studio 2005 Express at?Spoike2009-04-23T08:04:06Z2009-10-14T17:13:31Z
<p>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.</p>
<p>Anyone knows why it's like this and if there is some link somewhere where Visual Studio 2005 Express is available?</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780745#7807453Answer by balexandre for Where is Visual Studio 2005 Express at?balexandre2009-04-23T08:05:57Z2009-04-23T08:56:18Z<p>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?</p>
<p>With VS 2008 (express or not) you can target the projects to what framework you want!</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780753#7807532Answer by Adrien for Where is Visual Studio 2005 Express at?Adrien2009-04-23T08:08:16Z2009-04-23T08:08:16Z<p>As far as I know, VS 2005 Express is "No longer available." </p>
<p>That said ... Balexandre is right: Get 2k8, and set your project up to the correct framework.</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780756#7807569Answer by Stevo3000 for Where is Visual Studio 2005 Express at?Stevo30002009-04-23T08:09:31Z2009-04-23T08:36:32Z<p>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 it's features are duplicated by VS 2008. The only differences is the solution file, so you could make a seperate solution file for VS 2008.</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780799#7807990Answer by haarrrgh for Where is Visual Studio 2005 Express at?haarrrgh2009-04-23T08:31:17Z2009-04-23T08:31:17Z<p>If you are willing to pay a few bucks, you could buy a "Learning Visual C# 2005" book.<br />
Some of them have a CD with C# 2005 Express, and the books should be quite cheap now because they are for C# 2005.</p>
<p>For example, you can get <a href="http://rads.stackoverflow.com/amzn/click/3827241693" rel="nofollow">this German book with CD</a> at the German Amazon for 1.95 Euros (used, and plus shipping).<br />
Of course you would have to find one in English or Swedish, but you get the idea :-)</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780807#7808074Answer by Tian Bo for Where is Visual Studio 2005 Express at?Tian Bo2009-04-23T08:35:53Z2009-04-23T08:35:53Z<p>You can get from thepiratebay.org</p>
<p>It's perfect legal.</p>
<p><a href="http://thepiratebay.org/torrent/4773985/Visual_Studio_2005_Express" rel="nofollow">http://thepiratebay.org/torrent/4773985/Visual_Studio_2005_Express</a></p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/780822#7808224Answer by thijs for Where is Visual Studio 2005 Express at?thijs2009-04-23T08:45:02Z2009-04-23T14:50:08Z<p><a href="http://webkoleji.net/visual/" rel="nofollow">http://webkoleji.net/visual/</a> has direct links to the Microsoft downloads. I haven't actually executed any of them.</p>
<p>Here are more links:
<a href="http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/290fb587-1447-466c-9149-a692fa5de34d" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/290fb587-1447-466c-9149-a692fa5de34d</a>
They seem to point to the same files.</p>
<p>The direct download link:
<a href="http://go.microsoft.com/fwlink/?LinkId=51411&clcid=0x409" rel="nofollow">http://go.microsoft.com/fwlink/?LinkId=51411&clcid=0x409</a></p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/1081444#10814440Answer by mgthantzin for Where is Visual Studio 2005 Express at?mgthantzin2009-07-04T03:45:38Z2009-07-04T03:45:38Z<p>@thijs <a href="http://webkoleji.net/visual/" rel="nofollow">http://webkoleji.net/visual/</a> seems to work. yeah.</p>
http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/1567714#15677140Answer by pcooley for Where is Visual Studio 2005 Express at?pcooley2009-10-14T17:13:31Z2009-10-14T17:13:31Z<p>For Visual Studios 2005 C++ express the vcsteup.exe is available here: <a href="http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c360c27b/ENU/vcsetup.exe" rel="nofollow">http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c360c27b/ENU/vcsetup.exe</a></p>
<p>I found this link here: <a href="http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/aa4a3808-b0da-4afb-ac19-ac45582bb58a" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/aa4a3808-b0da-4afb-ac19-ac45582bb58a</a></p>