Where is Visual Studio 2005 Express at? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T19:20:53Z http://stackoverflow.com/feeds/question/780741 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at 4 Where is Visual Studio 2005 Express at? Spoike 2009-04-23T08:04:06Z 2009-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#780745 3 Answer by balexandre for Where is Visual Studio 2005 Express at? balexandre 2009-04-23T08:05:57Z 2009-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#780753 2 Answer by Adrien for Where is Visual Studio 2005 Express at? Adrien 2009-04-23T08:08:16Z 2009-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#780756 9 Answer by Stevo3000 for Where is Visual Studio 2005 Express at? Stevo3000 2009-04-23T08:09:31Z 2009-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#780799 0 Answer by haarrrgh for Where is Visual Studio 2005 Express at? haarrrgh 2009-04-23T08:31:17Z 2009-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#780807 4 Answer by Tian Bo for Where is Visual Studio 2005 Express at? Tian Bo 2009-04-23T08:35:53Z 2009-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#780822 4 Answer by thijs for Where is Visual Studio 2005 Express at? thijs 2009-04-23T08:45:02Z 2009-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&amp;clcid=0x409" rel="nofollow">http://go.microsoft.com/fwlink/?LinkId=51411&amp;clcid=0x409</a></p> http://stackoverflow.com/questions/780741/where-is-visual-studio-2005-express-at/1081444#1081444 0 Answer by mgthantzin for Where is Visual Studio 2005 Express at? mgthantzin 2009-07-04T03:45:38Z 2009-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#1567714 0 Answer by pcooley for Where is Visual Studio 2005 Express at? pcooley 2009-10-14T17:13:31Z 2009-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>