visual-studio 将visual studio升级到sp1
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2251453/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
upgrade visual studio to sp1
提问by vahid
i'm going to install sql server 2008 on my computer,during preparing the installation there was an error like this:
我要在我的电脑上安装 sql server 2008,在准备安装过程中出现了这样的错误:
a previous release of Microsoft Visual Studio 2008 is installed on this computer. Upgrade Microsoft visual studio 2008 to sp1 before installing SQL Server 2008.
此计算机上安装了 Microsoft Visual Studio 2008 的早期版本。在安装 SQL Server 2008 之前将 Microsoft Visual Studio 2008 升级到 sp1。
So i should upgrade my visual studio to sp1, but i don't know how to do it.
所以我应该将我的 Visual Studio 升级到 sp1,但我不知道该怎么做。
Please help, and Thanks.
请帮忙,谢谢。
回答by Oded
回答by SMUsamaShah
Easier Method
更简单的方法
There is a registry trick to overcome this error
Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0rename 9.0 to 9.0old
then click “re run” ,it will solve the problem,but better to install visual studio 2008 SP1
有一个注册表技巧可以克服这个错误
去
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0将 9.0 重命名为 9.0old
然后点击“重新运行”,问题会解决,但最好安装visual studio 2008 SP1
来源:http: //computech.in/2010/08/a-previous-release-of-microsoft-visual-studio-2008-is-installed-on-this-computer-upgrade-microsoft-visual-studio-2008- to-the-sp1-before-installing-sql-server-2008sql-server-2008-installation-failed/

