.net framework 3.5 not installing

Smarol

New Member
Messages
3
so I've been trying for a couple of days now to get .NET 3.5 to install. Usually it gets all the way there and then I get the error code 0x800736CC
I've tried everything that the microsoft website suggested to solve the problem, EXCEPT change the group policy. And that is only because I don't have it. Group Policy editor only comes with Win8Pro, which I do not have (Nor do I want to spend 160 euros on because honestly windows 8 is not my favourite thing at this point).


A little extra info:
I had .NET 3.5 a couple months ago, but I sent my computer in to get a new part. When it came back my computer was wiped clean and I didn't have it anymore.

anyone have any suggestions? I am beyond frustrated at this point.
 

My Computer

System One

  • OS
    Windows 8
That error means "ERROR_SXS_FILE_HASH_MISMATCH", so it might be important to tell us exactly how you're attempting to install .NET 3.5, from what installation media, and potentially post a CBS.LOG file here (from \Windows\Logs) so we can have a look if you're doing everything else properly.
 

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
Try by DISM
 

My Computer

System One

  • OS
    Windows 10.0.10122
    Computer type
    PC/Desktop
    System Manufacturer/Model
    My Build - Vorttex Ultimate
    CPU
    Core i7 @ 4500 MHz
    Motherboard
    ASUS Z87-Plus
    Memory
    32GB DDR3 @ 1822 MHz (OC)
    Graphics Card(s)
    Radeon R9 280X 3GB @ 1180 / 6800 MHz
    Sound Card
    7.1 HDA
    Monitor(s) Displays
    LCD LG 22" + CRT LG 17"
    Screen Resolution
    1760 x 1320 / 1280 x 960
    Hard Drives
    1 x 240 GB SSD (System)
    3 x 500 GB HDD (Data/Media)
    1 x 2000 GB e-HDD (Backup)
    PSU
    ThermalTake 1000W PSU
    Case
    Corsair Carbide R300
    Cooling
    Corsair H60 (Push-Pull)
    Keyboard
    Microsoft Wireless Keyboard
    Mouse
    Microsoft Wireless Mouse
    Internet Speed
    60 Mbps (Down) 5 Mbps (Up)
    Browser
    IE, FF, Chrome
    Antivirus
    AVG Internet Security 2015
    Other Info
    Some wired stuff
That error means "ERROR_SXS_FILE_HASH_MISMATCH", so it might be important to tell us exactly how you're attempting to install .NET 3.5, from what installation media, and potentially post a CBS.LOG file here (from \Windows\Logs) so we can have a look if you're doing everything else properly.
I think I am downloading it directly from windows. Even when I try to install it from the internet, it goes through windows.
 

My Computer

System One

  • OS
    Windows 8
Do you happen to have a Windows Server 2012 ISO handy? If so, you can mount it and use it's SxS directory under sources to install .NET3.5 on a Win8 machine (I have run into this before, and using 2012 as a source usually works):
Code:
dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\SxS /LimitAccess
 

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
Back
Top