Windows 10: Net Framework 3.5 searching for required files problem

Discus and support Net Framework 3.5 searching for required files problem in Windows 10 Software and Apps to solve the problem; So im having a problem installing Net framework 3.5 it shows searching for required files and nothing else, if i try DISM method it just stays stuck on... Discussion in 'Windows 10 Software and Apps' started by Mak4thoct, Sep 24, 2016.

  1. Mak4thoct Win User

    Net Framework 3.5 searching for required files problem


    So im having a problem installing Net framework 3.5 it shows searching for required files and nothing else, if i try DISM method it just stays stuck on windows version. any help?

    :)
     
    Mak4thoct, Sep 24, 2016
    #1
  2. DKBinsuan Win User

    how to reinstall framework .net in windows 10

    I enable the framework 4.6 in th program&features but there's another problem about >NET framework 3.5. It's just stuck downloading required files. The reason i diable this to it's becuase of another program

    crushing and i search then says uninstall NET. framework 4.5 but i can't see that but then i see .NET framework 3.5 i disable it then when i able it it's just stuck dowloading req files.
     
    DKBinsuan, Sep 24, 2016
    #2
  3. DineshOne Win User
    unexpected error occurred while troubleshooting

    Upgraded to 1607 but unable to get .Net framework 3.5 windows update as it is required , when tried to install .Net 3.5 framework.

    Why windows update is required for installing .Net framework 3.5?
     
    DineshOne, Sep 24, 2016
    #3
  4. spunk Win User

    Net Framework 3.5 searching for required files problem

    Go to Start/Search and type appwiz.cpl and press enter. Click on Turn Windows Features On or Off. Put a check box in .Net Framework 3.5
     
    spunk, Sep 25, 2016
    #4
  5. Mak4thoct Win User
    I've tried that, it shows the "Searching for required files" and nothing else happens,
     
    Mak4thoct, Sep 25, 2016
    #5
  6. Run CMD as admin and copy/paste:

     
    TairikuOkami, Sep 25, 2016
    #6
  7. Sam Dig Win User
    Ims sorry i have nothing to add to this conversation but I made this account just so I can thank you TairikuOkami so much for this fix. I have been trying for days to fix this problem and this finally worked and I can use new programs again. Thank you again.
     
    Sam Dig, Nov 18, 2016
    #7
  8. chatty24 Win User

    Net Framework 3.5 searching for required files problem

    This is the thing that worked. I was trying to find a solution for so long.

    God Bless You! *Smile
     
    chatty24, Dec 21, 2016
    #8
  9. When I do this I get a progress bar that just gets stuck, same as the GUI version does.

    If you are running into the same problem, here is another solution. It requires you to have a Windows 10 installation USB stick (DVD might work as well). Plug it it and run the command posted by TairikuOkami, but replace the last line with:
    Code: ​Dism /Online /Enable-Feature /FeatureName:NetFx3 /All /SourceNet Framework 3.5 searching for required files problem :D:\sources\sxs /LimitAccess[/quote] where D: is the drive letter of the Windows 10 installation USB stick/DVD.

    This command will install NetFx3 from the local file on the USB stick/DVD (microsoft-windows-netfx3-ondemand-package.cab) instead of attempting to download it and getting stuck.

    hth
     
    Wurstbrot24, Nov 22, 2017
    #9
  10. Tairiku,

    I am having a similar problem activating .net Framework 3.5 as a result of my Source files missing. I was hoping by using your command above i might have an easier time repairing this than i have had with Microsoft's suggestion but when I ran it nothing changed and this is what happened in the elevated command window:

    Microsoft Windows [Version 10.0.17040.1000]
    (c) 2017 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>taskkill /im TiWorker.exe /f
    ERROR: The process "TiWorker.exe" not found.

    C:\Windows\system32>net stop wuauserv /y
    The Windows Update service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\system32>rmdir "%systemroot%\SoftwareDistribution\Download" /s /q

    C:\Windows\system32>del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" /s /f /q
    Could Not Find C:\ProgramData\Application Data\Microsoft\Network\Downloader\qmgr*.dat

    C:\Windows\system32>cleanmgr /sageset:65535 & cleanmgr /sagerun:65535

    C:\Windows\system32>​Dism /Online /Enable-Feature /FeatureName:NetFx3 /All
    '​Dism' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Windows\system32>


    I really could use some thorough guidance with using DISM to correct this problem. I don't even understand where the Sources file exists in order to verify it is missing!

    I do have the Insiders build 17040 that I am currently running made into a bootable installation usb stick that I created with UUP2ISO but I no longer have the ISO that was created. Can this be used in place of the Windows Installation disk that is required to be pointed to in the DISM command?

    Please let me know when you can...

    Thanks,

    Daniel R
     
    djrobison22, Nov 25, 2017
    #10
  11. cereberus Win User
    Try post #7 suggestion.
     
    cereberus, Nov 25, 2017
    #11
  12. cereberus,

    This looks like the suggestion I read on Microsoft.com although the process seems much less daunting posted the way it is here as opposed to how it was posted there. Hmmm.

    I will try this and post my result later today.

    Thanks!

    Danny R
     
    djrobison22, Nov 25, 2017
    #12
  13. Net Framework 3.5 searching for required files problem

    where D: is the drive letter of the Windows 10 installation USB stick/DVD.

    This command will install NetFx3 from the local file on the USB stick/DVD (microsoft-windows-netfx3-ondemand-package.cab) instead of attempting to download it and getting stuck.

    hth[/quote] This is what happened when I followed #7:

    C:\WINDOWS\system32>taskkill /im TiWorker.exe /f
    ERROR: The process "TiWorker.exe" not found.

    C:\WINDOWS\system32>net stop wuauserv /y
    The Windows Update service is stopping.
    The Windows Update service was stopped successfully.


    C:\WINDOWS\system32>rmdir "%systemroot%\SoftwareDistribution\Download" /s /q

    C:\WINDOWS\system32>del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" /s /f /q
    Could Not Find C:\ProgramData\Application Data\Microsoft\Network\Downloader\qmgr*.dat

    C:\WINDOWS\system32>cleanmgr /sageset:65535 & cleanmgr /sagerun:65535

    C:\WINDOWS\system32>​Dism /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:E:\sources\sxs /LimitAccess
    '​Dism' is not recognized as an internal or external command,
    operable program or batch file.

    C:\WINDOWS\system32>



    I pasted the command with the last line replaced as instructed with the Drive letter changed to E where my usb stick is and as soon as I pasted I was very quickly looking at a CleanManager window which I checked all but one line to delete and hit Enter. I got the above message back immediately with no netfx3 installation being completed.

    Now what?
     
    djrobison22, Apr 5, 2018
    #13
Thema:

Net Framework 3.5 searching for required files problem

Loading...
  1. Net Framework 3.5 searching for required files problem - Similar Threads - Net Framework searching

  2. .NET Framework 3.5 Issue: Searching For Required Files & Freezing

    in Windows 10 Gaming
    .NET Framework 3.5 Issue: Searching For Required Files & Freezing: Hi, I bought myself a Lenovo Legion a couple months ago and one of the few games I've wanted to play, like Fallout 3, requires the .NET Framework 3.5 Download. Every time I try to download it it would be stuck on "searching for required files" for over an hour or barely make...
  3. .NET Framework 3.5 Issue: Searching For Required Files & Freezing

    in Windows 10 Software and Apps
    .NET Framework 3.5 Issue: Searching For Required Files & Freezing: Hi, I bought myself a Lenovo Legion a couple months ago and one of the few games I've wanted to play, like Fallout 3, requires the .NET Framework 3.5 Download. Every time I try to download it it would be stuck on "searching for required files" for over an hour or barely make...
  4. Error when trying to enable .net framework 3..5

    in Windows 10 Software and Apps
    Error when trying to enable .net framework 3..5: Windows couldn't complete the requested changes.Windows couldn't find the files to complete the requested changes. Make sure you are connected to internet, and try again.Error code: 0x80070490I was trying to enable .net framework 3.5 and it bombs with the above error...
  5. Error when trying to enable .net framework 3..5

    in Windows 10 Gaming
    Error when trying to enable .net framework 3..5: Windows couldn't complete the requested changes.Windows couldn't find the files to complete the requested changes. Make sure you are connected to internet, and try again.Error code: 0x80070490I was trying to enable .net framework 3.5 and it bombs with the above error...
  6. .net framework 3.5 installer stuck on "searching for required files"

    in Windows 10 Gaming
    .net framework 3.5 installer stuck on "searching for required files": I've recently installed an app that needs .net framework 3.5. I tried installing it with the offline installer and I got to the loading screen. The bar was stuck for an hour. I tried closing and clicking the cancel button a few times but it wouldn't close. As a last resort to...
  7. .net framework 3.5 installer stuck on "searching for required files"

    in Windows 10 Software and Apps
    .net framework 3.5 installer stuck on "searching for required files": I've recently installed an app that needs .net framework 3.5. I tried installing it with the offline installer and I got to the loading screen. The bar was stuck for an hour. I tried closing and clicking the cancel button a few times but it wouldn't close. As a last resort to...
  8. .net framework 3.5 installer stuck on "searching for required files"

    in Windows 10 Installation and Upgrade
    .net framework 3.5 installer stuck on "searching for required files": I've recently installed an app that needs .net framework 3.5. I tried installing it with the offline installer and I got to the loading screen. The bar was stuck for an hour. I tried closing and clicking the cancel button a few times but it wouldn't close. As a last resort to...
  9. Net Framework 3.5 installation Error: searching for required files

    in Windows 10 Installation and Upgrade
    Net Framework 3.5 installation Error: searching for required files: I just bought a new laptop with Windows 10 Pro. I need to install .net Framework 3.5 but it gets stuck at "searching for required files". I then have to forcefully stop this update software. Then when restarting windows, it gets stuck at "getting Windows ready Don't turn...
  10. Installing Net Framework 3.5 hangs when searching for required files

    in Windows 10 Software and Apps
    Installing Net Framework 3.5 hangs when searching for required files: I am trying to install Net Framework 3.5 on my windows 10 laptop but when it gets to the searching for required files the progress bar keeps cycling and never gets past that screen. It seems like it connot find or cannot download the Net Framework files needed to install the...

Users found this page by searching for:

  1. .net 3.5 searching for required files

    ,
  2. control panel stuck 3.5 searching required files

    ,
  3. net 3.5 searching for required files

    ,
  4. .net 3 5 searching for required files,
  5. searching required files windows so long,
  6. windows 10 windows features searching for required files,
  7. net framework 3.5 flickering screen,
  8. framework-3-5-searching-required-files-problem.,
  9. dot net framework 3.5 searching for required files,
  10. searching for required files while installing dotnet3.5 ,
  11. searching for required files .net 3.5,
  12. net framework 3.5 searching for files,
  13. files needed or netfx3,
  14. .netfx3.5 searching for files,
  15. could not find c:\programdata\application data\microsoft\network\downloader\qmgr*.dat