Windows 8.1 App Update Issues / .Net 2.0-3.5 Issue

Discussion in 'Windows 8' started by wessonster, Sep 1, 2013.

  1. wessonster

    wessonster MDL Novice

    Apr 29, 2012
    7
    2
    0
    Hello,
    I just installed Windows 8.1 RTM and then activated it using my Windows 8 upgrade key with the slmgr -ipk command. But now I'm facing a few issues which are as follows:

    1) Music and Video App updates are available in the Windows Store but they fail to update every time (Error Code - Video App update error 0x80073cf1 , Music App Update error 0x80246007)

    I've tried resetting windows store cache, troubleshooting Windows update in Action Center, etc., nothing seems to be working. I just wanted to know if the error has anything to do with Windows 8.1 shipping with newer builds of the Music & Video apps, hence the update not applying to them or am I just unlucky)

    2) I am also unable to install .Net Framework 3.5 from the turn windows features on or off section in Program & Features section of the control panel (Error Code 0x800F0906)

    3) Do I need to install AMD Catalyst drivers 13.1 (latest) on Windows 8.1, I have a Radeon HD 4600 series card?

    Please help. Thank you.
     
  2. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    #2 Dolorous Edd, Sep 1, 2013
    Last edited by a moderator: Apr 20, 2017
    1. Me too, I imagine that it has to do with the server. Considering RTM isn't supposed to be on the streets yet it is not surprising that not all apps will update.

    2.
    Code:
    dism.exe /online /enable-feature /featurename:NetFX3 /Source:X:/sources/sxs
    Where X: is the path to the Windows 8.1 install media." From Neowin.

    3. I had to use the graphics driver from Windows update for my Nvidia driver to work and Black Ops 2 to play. Your mileage may vary but I suggest using the vanilla MS drivers first until AMD releases an 8.1 driver. The 8.1 preview driver may or may not work for you.


    EDIT: To clarify, mount your ISO or installation DVD in the drive, note the drive leter and type

    Code:
    dism.exe /online /enable-feature /featurename:NetFX3 /Source:X:/sources/sxs
    In an elevated prompt, replace X with the appropriate drive letter. This will install from the media, the appropriate files are not available on the server as of yet.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. softeac2

    softeac2 MDL Member

    Aug 23, 2013
    218
    130
    10
    #3 softeac2, Sep 1, 2013
    Last edited by a moderator: Apr 20, 2017
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. wessonster

    wessonster MDL Novice

    Apr 29, 2012
    7
    2
    0
    #6 wessonster, Sep 2, 2013
    Last edited: Sep 2, 2013
    (OP)
    Hi Guys,

    1) I was able to solve Issue #1 of Music & Video App not updating by uninstalling both the apps and then re installing from the Windows Store.
    2) Resolved issue #2 by forcing .Netframework 3.5 installation from installation media using this command (thanks Dolorous Edd) - dism.exe /online /enable-feature /featurename:NetFX3 /Source:X:/sources/sxs
    3) I an sticking with Windows 8.1 drivers for my Radeon HD 4600 card because i don't play any games at all. Other video performance doesn't seem to be suffering at all.

    Thanks for the responses guys. Truly appreciate it.

    P.S. Now All that I need to make this Windows 8.1 RTM install as my daily driver is to install Microsoft Office 2013 Pro (I have no clue about Microsoft Toolkit and if that is a safe solution). If that doesn't work I will just install my Office 2010 copy with the trilogy 4.2 hack.
     
  6. wessonster

    wessonster MDL Novice

    Apr 29, 2012
    7
    2
    0
    #7 wessonster, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Quite not sure whether he knows what he´s talking about.

    VUP = Version Upgrade Package = Retail Version in the end :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. cba1986

    cba1986 MDL Member

    Nov 17, 2009
    102
    4
    10
    No luck installing Framework on 8.1 Pro (activated ) with dism command i got this error:

    Untitled.png
     
  9. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    #10 steven4554, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    You need to add this at the end:-
    Code:
    Dism /online /enable-feature /featurename:NetFX3 /source:H:\sources\sxs /LimitAccess
    This prevents the OS from contacting WU to get the .NET 3.5 files!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    #11 steven4554, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    You need to add this at the end:-
    Code:
    Dism /online /enable-feature /featurename:NetFX3 /source:H:\sources\sxs /LimitAccess
    This prevents the OS from contacting WU to get the .NET 3.5 files!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Shenj

    Shenj MDL Expert

    Aug 12, 2010
    1,556
    656
    60
    #12 Shenj, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Dism /online /enable-feature /featurename:NetFX3 /source:"H:\sources\sxs" /LimitAccess
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    They don't update because the OS is not released.
    There is a weird problem with Windows Update as well.
    It's literally the only potential bug I've noticed so far.
    It seems as if the first time you check for updates, it just checks forever.
    I had to reboot and retry on both a VM and my main system.

    That being said, it's not officially released. It could be that they're still propagating the files on the update servers and that some of them work while others do not.
    IMO we have no right to complain until it's actually past the General Availability date.
     
  13. PGHammer

    PGHammer MDL Senior Member

    Oct 14, 2011
    369
    78
    10
    And yet everybody (even the corporate/business network folks that should know better) is complaining.

    Look at the Windows Server (specifically the Server 2012R2) thread - I pointed out (very nicely, but also very tersely) that the two month lag has a lot to do with all the stuff that they are complaining is missing - back-end stuff.

    I didn't even go into major detail; instead, I gave a mere two examples.

    And I have had exactly ZERO problem accessing - or downloading from - the Windows App Store. I just re-downloaded Bejeweled Live (a trial game from just before the 8.1 Preview), Microsoft Solitaire Collection (a free game from the Windows 8 launch), and added a new game; a "lite" and free version of Halo - Spartan Assault (this is not only new with 8.1, but utterly unannounced). Possibly a country-specific issue?
     
  14. softeac2

    softeac2 MDL Member

    Aug 23, 2013
    218
    130
    10

    Yeah my code for "retail VUP" it's ...... OEM key !!
     
  15. softeac2

    softeac2 MDL Member

    Aug 23, 2013
    218
    130
    10
    #16 softeac2, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    S1AVE77 .... hou hou ! Limitaccess !


    :worthy::worthy::worthy:
     
  16. muiz

    muiz MDL Member

    Dec 8, 2007
    144
    21
    10
    #17 muiz, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
  17. MyDigito

    MyDigito MDL Member

    Aug 16, 2012
    149
    22
    10
    #18 MyDigito, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    May help if you take a win 8.1 iso and mount with windows. Worked for me!

    The operation completed successfully.
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.

    Code:
    C:\Windows\system32>dism.exe /online /enable-feature /featurename:NetFX3 /Source:K:/sources/sxs
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.16384

    Image Version: 6.3.9600.16384

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

    C:\Windows\system32>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. cba1986

    cba1986 MDL Member

    Nov 17, 2009
    102
    4
    10
    #19 cba1986, Sep 2, 2013
    Last edited by a moderator: Apr 20, 2017
    Already try that. No Luck
     
  19. panchop

    panchop MDL Senior Member

    Jul 26, 2009
    365
    463
    10
    in other topic found this,

    if you installed a language pack, uninstall it. Enable .NET framework with DISM. After that, install the language pack again