Problem with .NET Framework 3.5

eXtreme21

New Member
Messages
2
Hello!I have a problem with aplications requiring .NET Framework 3.5. When I try to run such an aplication, appears a box, which says that that function is needed to run this program. I can choose the option of downloading and installing it, but after a while appears an error that says that the function (.NET Framework 3.5) cannot be installed and shows an error code: 0x800736B3. I found two solutions in the internet, but none work for me. The first is by Control Panel>Programs>Programs and Features >click Turn Windows features on or Off and selecting .NET Framework 3.5. After that operation appears the same error as before. The second is by typing the command dism.exe /online /enable-feature /featurename:NetFx3 /All /Source:X:\sources\sxs /LimitAccess in command prompt, after the replacement of x for my directory, the installation begins, but it stops at 65.8%, and give error:14003.
Every answers will be highly appreciated.


ps. Sorry for my English ;)
 
Last edited:

My Computer

System One

  • OS
    Windows 8
Welcome to EightForums>

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

My Computer

System One

  • OS
    Win 8.1
    Computer type
    Laptop
    System Manufacturer/Model
    Acer Aspire E1-571
    CPU
    i5-3230m
    Motherboard
    Acer Type-2
    Memory
    8GB DDR3 1333MHz
    Graphics Card(s)
    Intel HD 4000
    Sound Card
    High Definiton Audio Device
    Monitor(s) Displays
    Generic
    Screen Resolution
    1366x768
    Hard Drives
    Samsung 850 Pro 256GB
    PSU
    Generic
    Keyboard
    QWERTY
    Mouse
    ELANTECH Touchpad
    Internet Speed
    12.68Mbps
    Browser
    IE11
    Antivirus
    Windows Defender
Back
Top