Failure to update windows with updates KB2977728; KB2998527

Page 1 of 2 12 LastLast

  1. Posts : 5
    Windows 7 Professional SP1 x64
       #1

    Failure to update windows with updates KB2977728; KB2998527


    Keeps failing, ran sfc /scannow and got the following message:
    Beginning system scan. This process will take some time.


    Beginning verification phase of system scan.
    Verification 100% complete.
    Windows Resource Protection found corrupt files but was unable to fix some of th
    em.
    Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example
    C:\Windows\Logs\CBS\CBS.log

    Logs are attached.

    Have done several reboots and sfc /scannow as well as checking programs and features, windows updates but they haven't been installed.

    Any help appreciated, PC is running win7 pro sp1 x64.

    Error code after trying to install the updates: 80070643
      My Computer


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

    SFC shows the following problems...
    Code:
     Line 7445: 2014-10-28 17:41:57, Info                  CSI    00000355 [SR] Repairing 6 components
     Line 7446: 2014-10-28 17:41:57, Info                  CSI    00000356 [SR] Beginning Verify and Repair transaction
     Line 7449: 2014-10-28 17:41:57, Info                  CSI    00000358 [SR] Cannot repair member file [l:16{8}]"qdvd.dll" of Microsoft-Windows-DirectShow-DVDSupport, Version = 6.1.7601.18611, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 7452: 2014-10-28 17:41:58, Info                  CSI    0000035a [SR] Cannot repair member file [l:22{11}]"mstscax.dll" of Microsoft-Windows-TerminalServices-ClientActiveXCore, Version = 7.2.7601.18585, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 7455: 2014-10-28 17:41:58, Info                  CSI    0000035c [SR] Cannot repair member file [l:30{15}]"mstscax.dll.mui" of Microsoft-Windows-TerminalServices-ClientActiveXCore.Resources, Version = 7.2.7601.18361, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 7458: 2014-10-28 17:41:58, Info                  CSI    0000035e [SR] Cannot repair member file [l:16{8}]"qdvd.dll" of Microsoft-Windows-DirectShow-DVDSupport, Version = 6.1.7601.18611, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 7461: 2014-10-28 17:41:58, Info                  CSI    00000360 [SR] Cannot repair member file [l:22{11}]"mstscax.dll" of Microsoft-Windows-TerminalServices-ClientActiveXCore, Version = 7.2.7601.18585, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 7464: 2014-10-28 17:41:58, Info                  CSI    00000362 [SR] Cannot repair member file [l:30{15}]"mstscax.dll.mui" of Microsoft-Windows-TerminalServices-ClientActiveXCore.Resources, Version = 7.2.7601.18361, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    There's no CheckSUR log? - please run one (see the Windows Update Posting Instructions ) - and post the results.

    I'll post a fix protocol for the above errors when I get a chance.
      My Computer


  3. Posts : 5
    Windows 7 Professional SP1 x64
    Thread Starter
       #3

    Hello NoelDP,

    I've the CheckSUR logs now, please find amended attachment on this post.

    Cheers.
      My Computer


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

    That fixit won't have corrected the corrupt/missing files. These will cause problems if not fixed.
    I'll post a fix protocol later.
      My Computer


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

    I think we can ignore the problems in the CheckSUR report - at least for the moment - as I believe they are artefacts, rather than real.

    I've uploaded a file - jtbaa.zip - to my OneDrive at Noel's OneDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)

    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\jtbaa
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\jtbaa
    or
    DIR E:\jtbaa



    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...



    XCOPY <drive>:\jtbaa <drive>:\windows\winsxs /y /i /s /v /h



    (e.g. XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )



    run the command (it should take almost no time) and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply
      My Computer


  6. Posts : 5
    Windows 7 Professional SP1 x64
    Thread Starter
       #6

    How do you come up with these solutions, do you have any utilities I could use in the future? I suspect many PC's I have in our environment will come across similar update issues as I attempt to fix PC's which haven't been updated for a long time on WSUS.

    As for the PC in question I will post back later today when I can get to running this on the PC, cheers for all your help so far.
      My Computer


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

    The files come from a rather large repository of Windows Updates that I have - about 45GB last time I looked. The trick is finding the right files and knowing the best way to do each type of file's replacement.
    There is a tool available which is aiming towards doing the whole process semi-automatically - but it's changing so rapidly at present that I can't keep up, so I use the older manual methods until I can get a grasp of the thing!
      My Computer


  8. Posts : 5
    Windows 7 Professional SP1 x64
    Thread Starter
       #8

    Hopefully today this should finally be tried on the PC in question, i'll let you know how it goes.
      My Computer


  9. Posts : 5
    Windows 7 Professional SP1 x64
    Thread Starter
       #9

    The new CBS log attached, still unable to update the PC though.
      My Computer


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

    Odd - the list is longer now than it was before
    Code:
     Line 37553: 2014-11-05 17:20:14, Info                  CSI    00000429 [SR] Repairing 33 (0x0000000000000021) components
     Line 37554: 2014-11-05 17:20:14, Info                  CSI    0000042a [SR] Beginning Verify and Repair transaction
     Line 37557: 2014-11-05 17:20:14, Info                  CSI    0000042c [SR] Cannot repair member file [l:20{10}]"cdosys.dll" of Microsoft-Windows-Cdosys, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37560: 2014-11-05 17:20:14, Info                  CSI    0000042e [SR] Cannot repair member file [l:24{12}]"msador28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-R-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37563: 2014-11-05 17:20:14, Info                  CSI    00000430 [SR] Cannot repair member file [l:22{11}]"msado20.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb20, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37566: 2014-11-05 17:20:14, Info                  CSI    00000432 [SR] Cannot repair member file [l:22{11}]"msado28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37569: 2014-11-05 17:20:15, Info                  CSI    00000434 [SR] Cannot repair member file [l:22{11}]"msado15.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-Dll, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37572: 2014-11-05 17:20:15, Info                  CSI    00000436 [SR] Cannot repair member file [l:22{11}]"msado21.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb21, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37575: 2014-11-05 17:20:15, Info                  CSI    00000438 [SR] Cannot repair member file [l:26{13}]"msadomd28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Multi-dimensional-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37578: 2014-11-05 17:20:15, Info                  CSI    0000043a [SR] Cannot repair member file [l:22{11}]"msado60.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb60, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37581: 2014-11-05 17:20:15, Info                  CSI    0000043c [SR] Cannot repair member file [l:22{11}]"msado25.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb25, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37584: 2014-11-05 17:20:15, Info                  CSI    0000043e [SR] Cannot repair member file [l:22{11}]"msado26.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb26, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37587: 2014-11-05 17:20:15, Info                  CSI    00000440 [SR] Cannot repair member file [l:20{10}]"msadox.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-DDL-Security, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37590: 2014-11-05 17:20:15, Info                  CSI    00000442 [SR] Cannot repair member file [l:22{11}]"msado27.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb27, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37593: 2014-11-05 17:20:15, Info                  CSI    00000444 [SR] Cannot repair member file [l:24{12}]"msador15.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-R, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37596: 2014-11-05 17:20:15, Info                  CSI    00000446 [SR] Cannot repair member file [l:20{10}]"msadco.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-RDS-DataControl-Dll, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37599: 2014-11-05 17:20:15, Info                  CSI    00000448 [SR] Cannot repair member file [l:22{11}]"msadomd.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Multi-dimensional, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37602: 2014-11-05 17:20:15, Info                  CSI    0000044a [SR] Cannot repair member file [l:20{10}]"EncDec.dll" of Microsoft-Windows-TVEncDec, Version = 6.1.7601.17708, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37605: 2014-11-05 17:20:15, Info                  CSI    0000044c [SR] Cannot repair member file [l:20{10}]"cdosys.dll" of Microsoft-Windows-Cdosys, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 (10), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37608: 2014-11-05 17:20:15, Info                  CSI    0000044e [SR] Cannot repair member file [l:24{12}]"msador28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-R-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37611: 2014-11-05 17:20:15, Info                  CSI    00000450 [SR] Cannot repair member file [l:20{10}]"msadox.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-DDL-Security, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37614: 2014-11-05 17:20:15, Info                  CSI    00000452 [SR] Cannot repair member file [l:22{11}]"msado60.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb60, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37617: 2014-11-05 17:20:15, Info                  CSI    00000454 [SR] Cannot repair member file [l:22{11}]"msadomd.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Multi-dimensional, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37620: 2014-11-05 17:20:15, Info                  CSI    00000456 [SR] Cannot repair member file [l:22{11}]"msado25.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb25, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37623: 2014-11-05 17:20:15, Info                  CSI    00000458 [SR] Cannot repair member file [l:22{11}]"msado26.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb26, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37626: 2014-11-05 17:20:15, Info                  CSI    0000045a [SR] Cannot repair member file [l:22{11}]"msado27.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb27, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37629: 2014-11-05 17:20:15, Info                  CSI    0000045c [SR] Cannot repair member file [l:22{11}]"msado15.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-Dll, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37632: 2014-11-05 17:20:15, Info                  CSI    0000045e [SR] Cannot repair member file [l:22{11}]"msado20.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb20, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37635: 2014-11-05 17:20:15, Info                  CSI    00000460 [SR] Cannot repair member file [l:22{11}]"msado28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37638: 2014-11-05 17:20:15, Info                  CSI    00000462 [SR] Cannot repair member file [l:22{11}]"msado21.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Backcompat-Tlb21, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37641: 2014-11-05 17:20:15, Info                  CSI    00000464 [SR] Cannot repair member file [l:24{12}]"msador15.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO15-R, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37644: 2014-11-05 17:20:15, Info                  CSI    00000466 [SR] Cannot repair member file [l:26{13}]"msadomd28.tlb" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ADO-Multi-dimensional-Backcompat-Tlb28, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37647: 2014-11-05 17:20:15, Info                  CSI    00000468 [SR] Cannot repair member file [l:20{10}]"msadco.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-RDS-DataControl-Dll, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37650: 2014-11-05 17:20:15, Info                  CSI    0000046a [SR] Cannot repair member file [l:18{9}]"msjro.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-Jet-Replication-Objects, Version = 6.1.7601.17857, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 37653: 2014-11-05 17:20:15, Info                  CSI    0000046c [SR] Cannot repair member file [l:20{10}]"EncDec.dll" of Microsoft-Windows-TVEncDec, Version = 6.1.7601.17708, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    I'll post a fix for this lot later...
      My Computer


 
Page 1 of 2 12 LastLast

  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 05:13.
Find Us