Cannot start application messages. MFC.DLL could not be found.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot start some of my applications and I recieve a notification that the
MFC42.DLL couldnt be found.
Can anyone describe, blow by blow method of resolving this issue.
It would be greatly appreciated.
 
Try registering the dll and see if it cures the problem. To register
the dll enter this command in the Start | Run box:

regsvr32 \%systemroot%\system32\MFC42.DLL

John
 
Back
Top