在 Windows 8 上安装 Visual Studio 2012 Ultimate
尝试在 Windows 8 Release Preview 上安装 Visual Studio 2012 Ultimate Trial 时,我收到以下错误消息
While trying to install the visual studio 2012 ultimate trial on Windows 8 Release Preview I got the following error message
本机安装的.Net Framework 不满足最低要求所需版本:4.5.50709.
The .Net Framework installed on this machine does not meet the minimum required version: 4.5.50709.
所以我尝试安装所需的 .net 框架版本,但这给了我以下错误
So I tried installing the required .net framework version, but that gave me the following error
Microsoft .NET Framework 4.5 已经是这个操作的一部分系统.您不需要安装 .NET Framework 4.5可重新分发.
Microsoft .NET Framework 4.5 is already a part of this operating system. You do not need to install the .NET Framework 4.5 redistributable.
我正在 32 位 Intel Core2Duo 系统上运行 Windows 8 版本预览,并且已经安装了 Visual Studio Express.
I am running the windows 8 release preview on a 32-bit Intel Core2Duo system, with Visual Studio Express already installed.
如果您有任何猜测,有人可以帮忙吗?这个追尾"问题令人沮丧.
Can somebody please help if you have any guesses at all. This "chasing-your-tail" problem is frustrating.
这个解决方案至少适用于 Express 2012 for Web on 32-bit Windows 8 Release Preview:
This solution worked for me for at least Express 2012 for Web on 32-bit Windows 8 Release Preview:
- 在注册表中找到 HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4Full 节点
- 右键单击节点,选择权限,然后单击高级"按钮,将该节点的所有者更改为管理员,然后单击确定并授予管理员完全控制权限
- 将版本"参数的值更改为4.5.50709"
我在 http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e968a2e7-a996-4492-b0c6-da94a1403cb6.它还包含 64 位 Windows 注册表路径.
I found this instruction at http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e968a2e7-a996-4492-b0c6-da94a1403cb6 . It also contains 64-bit windows registry path.