SQLServer2008安装失败的解决办法

如果是在之前安装了VS2008 SP1 Beta以及SQLServer2008 RC0,那么在安装正式版本的SQLServer2008的时候会提示如下错误:

Rule “Previous releases of Microsoft Visual Studio 2008″ failed.
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 2008.

如下两个图所示:

 

这种情况下即使把VS2008打到正式的SP1也无济于事.

按照这片文章的介绍:

http://blogs.msdn.com/psssql/archive/2008/08/11/sql-server-2008-visual-studio-2008-sp1-and-net-framework-3-5-sp1-explained.aspx

把VS2008 Shell卸载掉,问题解决.

注:虽上面的参考文章已经过时,不过也对解决这个问题有帮助.

另:VS2008SP1安装好痛苦的说,笔者安装了大约一个小时.

---aspnetx from cnblogs.com

希望这篇文章有帮助.

原文地址:https://www.cnblogs.com/aspnetx/p/1267636.html