简体   繁体   English

在Windows 8上安装Visual Studio 2005

[英]Install Visual Studio 2005 on Windows 8

I am currently working on a long-term project for which I need Visual Studio 2005, 2008, 2012 (2010 not necessary). 我目前正在开展一项长期项目,我需要Visual Studio 2005,2008,2012(2010年没必要)。 Right now I have Windows 7, but I would really like to upgrade. 现在我有Windows 7,但我真的很想升级。 Is it possible to install all of those versions of Visual Studio on Windows 8? 是否可以在Windows 8上安装所有这些版本的Visual Studio?

2012 can obviously installed (and takes away the need for 2010). 2012年显然可以安装(并且不需要2010年安装)。 I already found reports that 2008 is also possible if the 3.5 framework is enabled through Windows Features, but I'm unsure about Visual Studio 2005. 我已经发现,如果通过Windows功能启用3.5框架,2008年也是可能的,但是我不确定Visual Studio 2005。

Is it possible and does anybody have any experience with this? 是否有可能,有人对此有任何经验吗?

PS: Do not come with solutions as "Why still use 2005, 2008, ...", I really need it. PS:请不要提供“为什么仍然使用2005年,2008年......”的解决方案,我真的需要它。

After installing it on VMWare (Virtualbox gives errors) I've enabled framework 3.5 (which indeed contains 2.0 and 2.5). 在VMWare上安装它之后(Virtualbox给出了错误),我启用了框架3.5(实际上包含2.0和2.5)。 After that I've installed Visual Studio C# Express Edition. 之后我安装了Visual Studio C#Express Edition。 During installation and startup of VS it gives a lot of "This program has been known for comptability problems" warnings and they offer to search help online or to run it as usual. 在VS的安装和启动期间,它提供了许多“此程序以可兼容性问题而闻名”的警告,并且它们提供在线搜索帮助或像往常一样运行它。 I've always opted to let it run as usual. 我一直选择让它像往常一样运行。 It installed fine and I could compile and run a Visual C# Windows application. 它安装得很好,我可以编译和运行Visual C#Windows应用程序。

Visual Studio 2005 Standard installed mostly fine for me. Visual Studio 2005 Standard安装对我来说非常好。 I installed it on Windows 8 on an x64 CPU. 我在x64 CPU上安装在Windows 8上。 It complained a bunch about "known compatibility issues," but if I told it to carry on everything seemed to go fine. 它抱怨了一堆“已知的兼容性问题”,但如果我告诉它继续进行,一切似乎都没问题。 The only catch was that "Microsoft SQL Server 2005 Express Edition x64" failed to install. 唯一的问题是“Microsoft SQL Server 2005 Express Edition x64”无法安装。 Also, I had to run Visual Studio as administrator the first time so it could finish its setup, but after that I've just run it with my normal account. 另外,我必须第一次以管理员身份运行Visual Studio,这样它才能完成设置,但是此后,我仅使用普通帐户运行它。

Download Windows 8 Enterprise Evaluation and install to VMWare or Virtual Box. 下载Windows 8 Enterprise Evaluation并安装到VMWare或Virtual Box。 It's a 3 month trial and would allow you to test VS2005 plus the others. 这是一个为期3个月的试用版,可以让你测试VS2005和其他版本。 Once downloaded, it's a fast install. 下载后,它是快速安装。 You can download from here: http://msdn.microsoft.com/en-us/evalcenter/jj554510.aspx 您可以从这里下载: http//msdn.microsoft.com/en-us/evalcenter/jj554510.aspx

For an install of Visual Studio 2005 on Windows 7 as well as Windows 8 I install three things: (1) Visual Studio 2005, (2) Visual Studio 2005 Service Pack 1, and (3) Visual Studio 2005 Service Pack 1 Update for Windows Vista. 对于在Windows 7和Windows 8上安装Visual Studio 2005,我安装了三件事:(1)Visual Studio 2005,(2)Visual Studio 2005 Service Pack 1和(3)Windows的Visual Studio 2005 Service Pack 1更新Vista系统。

The Visual Studio 2005 service packs can be a bit difficult to locate on Microsoft's web site since everything is really about Visual Studio 2012 and later. Visual Studio 2005 Service Pack可能在Microsoft的网站上很难找到,因为一切都与Visual Studio 2012及更高版本有关。

When installing Visual Studio 2005, there will be a number of Incompatible warnings displayed. 安装Visual Studio 2005时,将显示许多不兼容的警告。 I just click through them to get to the end. 我只需点击它们即可结束。

Also I do a custom install and do not install some components: (1) Crystal Reports and (2) SQL Server 2005 Express Edition. 我也做自定义安装,不安装一些组件:(1)Crystal Reports和(2)SQL Server 2005 Express Edition。

Microsoft Visual Studio 2005 Team Suite Service Pack 1 which seems to be for all editions of Visual Studio 2005 including Professional Edition which I use. Microsoft Visual Studio 2005 Team Suite Service Pack 1 ,似乎适用于我使用的所有Visual Studio 2005版本,​​包括Professional Edition。

Microsoft Visual Studio 2005 Service Pack 1 Update for Windows Vista is required to update Service Pack 1 to work with Windows Vista and later. 用于Windows Vista的Microsoft Visual Studio 2005 Service Pack 1更新需要更新Service Pack 1才能与Windows Vista及更高版本一起使用。

Visual Studio 2005 / 2008 won't install by default on Windows versions later than 7. 默认情况下,Visual Studio 2005/2008不会在Windows 7以后的版本上安装。

In Windows 8.1, go to: Control Panel > Programs and Features > Turn Windows features on or off 在Windows 8.1中,转到:控制面板>程序和功能>打开或关闭Windows功能

Check the box labeled ".NET 3.5 (Includes 1.0 and 2.0)" and press OK / Apply. 选中标有“ .NET 3.5(包括1.0和2.0)”的框,然后按“确定” /“应用”。

My system has issues with trying to download the files for such programs, and thus there is a way to bypass this error by running a script which installs the files from a Windows installation disc. 我的系统在尝试下载此类程序的文件时遇到问题,因此有一种方法可以通过运行从Windows安装光盘安装文件的脚本来绕过此错误。

Here is the script (for error 0x800F0906, at least): Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\\sources\\sxs /LimitAccess 这是脚本(至少对于错误0x800F0906): Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\\sources\\sxs /LimitAccess

You can replace /Source:D: with whatever drive letter you may be using for your optical / virtual drive, if needed. 您可以替换/来源:D:使用您可能用于光学/虚拟驱动器的任何驱动器号,如果需要的话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2005报表和Windows 7 - Visual Studio 2005 Reports and Windows 7 在Windows 8上通过Visual Studio 2005构建的MSI上必须安装.Net 3.5框架 - Prequisite install .Net 3.5 framework on windows 8 with msi built from visual studio 2005 在Visual Studio 2005中为Windows Server 2012开发 - Developing in Visual Studio 2005 for Windows Server 2012 在 Windows 10 上安装 Visual Studio 2005 - Installing Visual Studio 2005 on Windows 10 我可以在 VS 2005 中安装 Visual Studio 2008 Express 吗? - Can I Install Visual Studio 2008 Express with VS 2005? 使用Visual Studio 2005安装项目安装USB驱动程序的推荐方法? - Recommended ways to install USB drivers with a Visual Studio 2005 Setup Project? Visual Studio 2005安装程序项目通过终端服务器安装崩溃 - Visual Studio 2005 Setup project install crashes over Terminal Server 将MS Access数据库与Visual Studio 2005 Windows窗体应用程序链接 - Linking MS Access Database with Visual Studio 2005 Windows Form Application 在Windows 7(64位)上安装Visual Studio 2005 - Installing Visual Studio 2005 on Windows 7 (64-bit) Windows中使用Visual Studio的链接器错误(LNK2005) - Linker errors (LNK2005) in Windows using Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM