Microsoft .Net Framework error pop up when running ATI CCC

Page 3 of 3 FirstFirst 123

  1. Posts : 17
    Windows 7 Ultimate x64
    Thread Starter
       #21
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #22

    No significant changes in the CBS log that I can see - not very surprising.

    Please now run the CheckSUR tool again, and post the new CheckSUR.log file.
      My Computer


  3. Posts : 17
    Windows 7 Ultimate x64
    Thread Starter
       #23
      My Computer


  4. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #24

    That just leaves us with this error in the CheckSUR...
    Code:
    Checking Component Store
    (f) CSI Missing Identity 0x00000000 appid 3b3be68dce7..1f4b1afaba7_31bf3856ad364e35_9.4.8112.16476_8e9016ceefa9fe4e

    I need to have a look at your COMPONENTS registry hive

    Please copy the C:\Windows\System32\config\COMPONENTS file (no extension) to your desktop and then compress it - upload the compressed file to your favoured fileshare site (preferably Dropbox or OneDrive) and post a link.
      My Computer


  5. Posts : 17
    Windows 7 Ultimate x64
    Thread Starter
       #25
      My Computer


  6. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #26

    If we're lucky, this'll work :)

    In an Elevated Command Prompt, run the following commands....

    Code:
    REG LOAD HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS
    reg add HKEY_LOCAL_MACHINE\cast\CanonicalData\Deployments\3b3be68dce7..1f4b1afaba7_31bf3856ad364e35_9.4.8112.16476_8e9016ceefa9fe4e /v appid /t REG_BINARY /d "33 62 33 62 65 36 38 64 63 65 37 66 65 61 37 65 66 31 31 36 62 31 66 34 62 31 61 66 61 62 61 37 2c 20 43 75 6c 74 75 72 65 3d 6e 65 75 74 72 61 6c 2c 20 56 65 72 73 69 6f 6e 3d 39 2e 34 2e 38 31 31 32 2e 31 36 34 37 36 2c 20 50 75 62 6c 69 63 4b 65 79 54 6f 6b 65 6e 3d 33 31 62 66 33 38 35 36 61 64 33 36 34 65 33 35 2c 20 50 72 6f 63 65 73 73 6f 72 41 72 63 68 69 74 65 63 74 75 72 65 3d 61 6d 64 36 34 2c 20 76 65 72 73 69 6f 6e 53 63 6f 70 65 3d 4e 6f 6e 53 78 53 0d 0a"
     
    .
    Assuming you get a success message, close the window, and reboot - then run another CheckSUR and SFC scan (in that order, please) and post both the CheckSUR.log and CBS.log files.
      My Computer


  7. Posts : 17
    Windows 7 Ultimate x64
    Thread Starter
       #27

    I get error: PARAMETER IS WRONG when running this command


    reg add HKEY_LOCAL_MACHINE\cast\CanonicalData\Deployments\3b3be68dce7..1f4b1afaba7_31bf3856ad364e35_9.4.8112 .16476_8e9016ceefa9fe4e /v appid /t REG_BINARY /d "33 62 33 62 65 36 38 64 63 65 37 66 65 61 37 65 66 31 31 36 62 31 66 34 62 31 61 66 61 62 61 37 2c 20 43 75 6c 74 75 72 65 3d 6e 65 75 74 72 61 6c 2c 20 56 65 72 73 69 6f 6e 3d 39 2e 34 2e 38 31 31 32 2e 31 36 34 37 36 2c 20 50 75 62 6c 69 63 4b 65 79 54 6f 6b 65 6e 3d 33 31 62 66 33 38 35 36 61 64 33 36 34 65 33 35 2c 20 50 72 6f 63 65 73 73 6f 72 41 72 63 68 69 74 65 63 74 75 72 65 3d 61 6d 64 36 34 2c 20 76 65 72 73 69 6f 6e 53 63 6f 70 65 3d 4e 6f 6e 53 78 53 0d 0a"
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #28

    It worked fine here!.....
    I see what happened, .... I'm a numpty :)

    Try this set instead....
    Code:
    reg load HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS
    reg add HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData\Deployments\3b3be68dce7..1f4b1afaba7_31bf3856ad364e35_9.4.8112.16476_8e9016ceefa9fe4e /v appid /t REG_BINARY /d "33 62 33 62 65 36 38 64 63 65 37 66 65 61 37 65 66 31 31 36 62 31 66 34 62 31 61 66 61 62 61 37 2c 20 43 75 6c 74 75 72 65 3d 6e 65 75 74 72 61 6c 2c 20 56 65 72 73 69 6f 6e 3d 39 2e 34 2e 38 31 31 32 2e 31 36 34 37 36 2c 20 50 75 62 6c 69 63 4b 65 79 54 6f 6b 65 6e 3d 33 31 62 66 33 38 35 36 61 64 33 36 34 65 33 35 2c 20 50 72 6f 63 65 73 73 6f 72 41 72 63 68 69 74 65 63 74 75 72 65 3d 61 6d 64 36 34 2c 20 76 65 72 73 69 6f 6e 53 63 6f 70 65 3d 4e 6f 6e 53 78 53 0d 0a"
     
    .
      My Computer


  9. Posts : 17
    Windows 7 Ultimate x64
    Thread Starter
       #29

    I did in order you said but I only got the CBS.log file (ChekSUR.log isn't in the folder).

    Attachment 308792

    sfcdetails (4).zip
    Last edited by canecorso; 04 Mar 2014 at 15:10.
      My Computer


 
Page 3 of 3 FirstFirst 123

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:20.
Find Us