windows-8 – 无法在Windows 2012服务器中安装.net框架

我试图在(远程) Windows 2012服务器中添加.net 3.5功能.但我得到以下例外.

Do you need to specify an alternate source path? One or more
installation selections are missing source files on the destination
server. The server will try to get missing source files from Windows
Update,or from a location that is specified by Group Policy. You can
also click the “Specify an alternate source path” link on this page to
provide a valid location for the source files.

我试图使用框架3.5的设置下载和安装,但也失败了.

我从下面的URL中看到了几种解决方法

http://support.microsoft.com/kb/2734782

是否可以在不使用安装介质(OS)的情况下添加.net 3.5

任何有关这方面的帮助将不胜感激.

解决方法

我已通过选择“直接联系Windows Update以下载修复内容而非Windows Server Update Services(WSUS)”编辑组策略屏幕中的复选框解决了这个问题,如上述URL的方法2中所示

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...