How to download and install .Net 3.5(include 2.0 & 3.0)

tharinda

New Member
Messages
4
When i going to download .Net Framework 3.5 (include .net 2.0 and 3.0) using the windows features, I got the error 0x800F0906in many times...
then i try to install using with DISM using the below command,

dism.exe /online /enable-feature /featurename:NetFX3/Source:J:\sources\sxs /LimitAccess

where the my ISO image mount driver is J and I've got the below error

C:\Windows\system32>dism.exe /online /enable-feature /featurename:NetFX3 /Source
:J:\sources\sxs /LimitAccess

Deployment Image Servicing and Management tool
Version: 6.2.9200.16384

Image Version: 6.2.9200.16384

Enabling feature(s)
[===========================65.8%====== ]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
Configure a Windows Repair Source.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.logBecause of this i am stuck with all my work and really fed up with this
both CBS and DISM log files are here
https://www.dropbox.com/s/6orafipl48hikwe/Logs.zip

please help me to solve this
 

My Computer

System One

  • OS
    Windows 8
Installing the .NET Framework 3.5 on Windows 8


Microsoft said:
If you cannot connect to the Internet, you can enable the .NET Framework 3.5 by using the Deployment Image Servicing and Management (DISM) command-line tool and specifying the installation media (ISO image or DVD) you installed Windows 8 from.
1.
In Windows 8 or Windows Server 2012, open a Command Prompt window with administrative credentials (that is, choose Run as administrator).

2.
To install the .NET Framework 3.5 from installation media located in the D:\sources\sxs directory, use the following command:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

Use /All to enable all parent features of the .NET Framework 3.5.


Use /LimitAccess to prevent DISM from contacting Windows Update.


Use /Source to specify the location of the files needed to restore the feature.
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
When i going to download .Net Framework 3.5 (include .net 2.0 and 3.0) using the windows features, I got the error 0x800F0906in many times...
then i try to install using with DISM using the below command,

dism.exe /online /enable-feature /featurename:NetFX3/Source:J:\sources\sxs /LimitAccess
....

please help me to solve this
You might want to try turning it on (all of it) in Programs and Features? Worked for me after some files were downloaded and changes made automatically.
 

My Computer

System One

  • OS
    Win7 Ult on DIY; Win8 Pro on MBP/Parallels; Win7 Ult on MBP/Boot Camp; Win7 Ult/Win8 Pro on HP
    Computer type
    PC/Desktop
    System Manufacturer/Model
    DIY Rig; MacBook Pro (MBP)/Parallels/Boot Camp; HP Pavilion dv6500t Laptop
    CPU
    Intel i7-2600K (sometimes OC'd to 4.8 GHz)
    Motherboard
    ASUS P8P67 Deluxe Rev B3
    Memory
    16 GB Corsair Vengeance
    Graphics Card(s)
    EVGA 570 SC
    Monitor(s) Displays
    Gateway
    Hard Drives
    Dual Boot:
    Win7 Ult RAID 0 on OCZ Revo x2 and
    Win7 Ult RAID 0 on Caviar Black SATA 3's
    PSU
    Cooler Master Silent Pro 1000W
    Case
    Cooler Master 932 HAF
    Cooling
    Zalman CNPS9900MAX-B CPU Fan
    Keyboard
    Logitech Cordless Desktop MX 5500
    Mouse
    Logitech Cordless Desktop MX 5500
    Internet Speed
    20 Mbps Download/2+ Mbps Upload
    Other Info
    Pioneer Blu-ray Burner/DVD Burner
If you use the Programs and Features to install it, it will use WU or a configured WSUS server to download the bits if you don't have them. If you're using powershell or dism, or if you're offline, you must have either mounted an ISO or DVD that contains the files you need (sounds like your ISO doesn't for some reason), or you can mount the install.wim file from your DVD and use that folder as your source parameter.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom
    CPU
    Intel Core i7 4790K @ 4.5GHz
    Motherboard
    Asus Maximus Hero VII
    Memory
    32GB DDR3
    Graphics Card(s)
    Nvidia GeForce GTX970
    Sound Card
    Realtek HD Audio
    Hard Drives
    1x Samsung 250GB SSD
    4x WD RE 2TB (RAIDZ)
    PSU
    Corsair AX760i
    Case
    Fractal Design Define R4
    Cooling
    Noctua NH-D15
your logic and commands all look right, using the sxs for source ...
Try it without the limit access option.
If it still fails I suspect your source media to be corrupt, eg DVD scratched or bum ISO image etc ...
 

My Computer

System One

  • OS
    Win8
Any of these was not help me to solve this and i don't think my ISO is corrupt...Finally I manually download the .Net 3.5...It was help me to solve this issue.Any way Thanks for all who try to help me here...Thanks
 

My Computer

System One

  • OS
    Windows 8
Back
Top