By default Windows 8 and 8.1 does not include .Net Framework 3.5(include 2.0 and 3.0). Is only enabled to the user who upgrades form Windows 7 to Windows 8. User can check this feature is enabled or not by following this steps:
- Go
to “Windows Charm(Win + c) > Search” and type “Turn Windows Feature” and
then select “Settings” below typing panel. Click “Turn Windows features on or
off”.
-
- User will see a new window open like this:
For Online mode:
The user can enable this feature by selecting “.NET Framework 3.5 (include .NET 2.0 and 3.0)”
and Click OK(make sure you are connected to the internet), it will download the
entire package from internet and install .Net Framework 3.5 feature.
For offline mode: User can also enable .Net Framework feature in offline mode. Just follow these simple steps:
For offline mode: User can also enable .Net Framework feature in offline mode. Just follow these simple steps:
- Insert Windows 8/8.1 DVD or mount ISO image.
- Open Compand Prompt with Administrative privilage.
- Run the following command "Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess" and hit Enter and wait for a while for the task to complete.
After successful completion user can see the feature is enabled.
No comments:
Post a Comment