Windows 10 module dll error

weeder

Senior Member
Joined
Mar 14, 2012
Messages
86
I am running windows 10 1709 Build 16299.19.
Running sfc /scannow gives an error that mfc90.dll cannot
be fixed. I have then run dism /Online /Cleanup-Image /Restorehealth.
After again running sfc /scannow I still get the same error, cannot be fixed.

What do I do to correct this?

Further investigation today:

I have 2 other PC's that are running back levels of Windows 10 and
they do have module mfc90.dll even installed. This makes this issue even
more complicated. Why is sfc trying to check on mfc90.dll in the first place?
 
Last edited:
Solution
It's part of the C++ 2008 runtime library which many programs rely on. MFC isn't used that much so it's not really an issue, but you can reisntall the c++ runtime to fix it

32bit
Link Removed

64bit
Link Removed
It's part of the C++ 2008 runtime library which many programs rely on. MFC isn't used that much so it's not really an issue, but you can reisntall the c++ runtime to fix it

32bit
Link Removed

64bit
Link Removed
 
Solution