Jumat, 03 Oktober 2014

.Net Framework 3.5 Installation on Windows 8.1

Ada dua cara untuk meng-install .Net Framework pada Windows 8/8.1:
  • Online Install
  • Offline Install
Online install adalah dengan cara menambah feature pada Windows:
Contol Panel>Program and Feature>Turn Windows on or off

Offline install dilakukan dengan cara berikut:
  1. Masukkan CD/DVD Windows 8/8.1
  2. Buka Command Prompt as Administrator dan ketik perintah berikut
Dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess

PROBLEM:
Saya menemukan masalah dalam installasi .Net Framework yang menyebabkan error berikut:
Error: 0x800F081F
The source files could not be found.
OR
Error: 0x800F0906
The source files could not be downloaded.
OR
Windows couldn't connect to the Internet to download necessary files. Make sure that you're connected to the Internet and click "Retry" to try again.
Ini disebabkan oleh Security Update berikut:
  • KB2966826
  • KB2966827
  • KB2966828
Bila anda menemukan masalah seperti di atas, uninstall ketiga update di atas dan restart. Setelah itu installasi .Net Framework aka bekerja.

Tidak ada komentar:

Posting Komentar