今天看到vs2008发布,就去下载尝鲜(自己都觉得有点疯狂,才beta2嘛).可几次都安装失败.看下日志,应该是.net 3.5安装的问题.在msdn的论坛上看到下面的解决办法.还没测试,原因自己看下面内容.
In short, you must uninstall all the versions of the .NET framework, then run a tool (the link is my blog entry), and then reinstall .NET 3.5. Since .NET 3.5 contains .NET 2.0 and .NET 3.0, there is no need to reinstall there. You must, however, reinstall .NET 1.1 separately.
翻译:简单的说,你必须卸载任何版本的.net framework ,可以使用
.net框架卸载清理工具cleanup_tool ,然后重新安装.net framework 3.5。因为.net 3.5包含了.net 2.0和.net 3.0,所以不必重装他们。但你必须重装.net 1.1
有遇到类似的问题的朋友,可以试试看。