Where is Visual Studio 2005 Express?

2019-01-30 02:17发布

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?

9条回答
霸刀☆藐视天下
2楼-- · 2019-01-30 02:46

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!

查看更多
虎瘦雄心在
3楼-- · 2019-01-30 02:54
在下西门庆
4楼-- · 2019-01-30 02:56

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.

查看更多
ら.Afraid
5楼-- · 2019-01-30 03:02

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.

查看更多
疯言疯语
7楼-- · 2019-01-30 03:05

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.

查看更多
登录 后发表回答