.net framework 3.5
I have just setup a new PC with windows 8 pro 64bit. I an install a Microsoft web cam vx6000 which requires .net framework 3.5.
I went to control panel, programs and features, turn on windows features, selected .nwt framework 3.5, clicked ok, get a screen fro windwos feateures, with option to dolwnload files from windows update. I click on it. I get a response that windows couldn't complete the requested changes. windows couldn't connect to the internet... etc. error code: 0x800f0906. I click on option, tell me how to solve this problem, and none of the suggestions seem to work. The internet is working fine. How do I resolve this? I went to the Microsoft download site for the camera and did the download of the latest stuff from there and this is what I am getting.
윈도우 8 프로 64bit 새 PC에 웹 캠 vx6000을 설치하는데 . NET 프레임워크 3.5를 필요로해서 실치를 하는 도중에 오류코드 :0x800f0906를 발생 시킵니다.
//
Hi Partner,
Thanks for your post. This is Leon Sun, and I’m glad to help you.
According to your description, I understand you are failed to install the .net 3.5 on your Windows 8 computer via Windows Update with the error code 0x800f0906. Please correct me if I have misunderstood anything.
Based on the error code, this is a known issue when we try to download and install the .net 3.5 on the Windows 8 computer via Windows Update site. This error code may occurs are the following factors:
1. The computer cannot download the required files from Windows Update.
2. A system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Microsoft Windows Update server for servicing.
To fix the issue, I recommend you refer to the MS KB2734782 below:
Error codes when you try to install the .NET Framework 3.5 in Windows 8 or in Windows Server 2012
http://support.microsoft.com/kb/2734782?wa=wsignin1.0
On the other hand, like the KB2734782 said, if you still cannot download and install the .net 3.5 via Windows Update site, you may use the following workaround to install the .net 3.5 from the Windows 8 installation media.
To do this, please follow these steps:
1. Insert the Windows 8 media.
2. At an elevated command prompt, run the following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess
Note In this command, <drive> is a placeholder for the drive letter for the DVD drive or for the Windows 8 installation media. For example, you run the following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess
If you have any questions, please feel free to let me know.