SYSTEM:
Windows 7 Pro 64bit SP1
Intel Core i7 2600k
Asus P8P67 Deluxe
16 GB Ram
Micron M600 512GB SSD
PROBLEM
Long delays (35-50 seconds) when clicking on file in explorer, other applications crash.
ERROR MESSAGES ALWAYS INVOLVE MSVCR80.DLL
One error message was…
“Access violation at address 73AC73D0 in module ‘MSVCR80.dll’. Write of address 1003F300.”
DEPEDENCY WALKER (DW)
c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_d089f796442de10e\MSVCR80.DLL
DW indicated there were several 64 bit modules (API-MS-WIN-CORE-…) showing up as errors. There was only one 32 bit module as indicated above (….msvcr80.dll) and this one was not flagged as an error.
DW provided 2 error messages:
“ERROR: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.”
“ERROR: Modules with different CPU types were found.”
ATTEMPTED SOLUTIONS
I have removed all C++ runtime entries in the Programs and Features window.
I have removed almost all MS Visual Studio entries. (Some are presenting errors when an attempt is made to remove)
MS Visual C++ 2012, 2013 and 2015 Redistributable (x64) and (x86) remain.
However, problem persists.
HOW CAN I CORRECT THE MIXED CPU TYPES LISTED IN THE MODULES?