您的位置:首页 > 数据库

SQL 2008 r2 安装提示 visual studio 2008 版本错误解决方法

2012-01-30 08:55 861 查看
HKLM\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0\IDE\1033
In that key I noticed the suspicious values:

"SP"=dword:00000000 "SPIndex"=dword:00000000 "SPName"="RTM"
Without quitting the SQL server installer validaton screen, I changed these values to what you see below, crossed my fingers and rerun the installer validation, which passed!

"SP"=dword:00000001 "SPIndex"=dword:00000001 "SPName"="SP1"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐