computing
  • 0

C:\windows\system32\olepro32.dll Could Not Be Opened. Pl. Ch

  • 0

when I try to install an application, e.g., Banglaword, from CD, after initialisation of the process themessage “c:\widows\system32\olepro32.dll could not be opened. Pl. check that your disk is not full & that you have access to the destination directory,” appears. Pl. resolve.

Share

1 Answer

  1. What you can do is, open a command prompt with admin privileges and give the following command and press Enter key

    SFC /SCANNOW

    Please note there is a blank space before the slash.

    If this does not work, then again in the same command prompt window, give this command and press Enter key or open a new command prompt with admin privileges:

    REGSVR32 C:\WINDOWS\SYSTEM32\OLEPRO32.DLL

    If you are using 64-bit Windows, copy OLEPRO32.DLL into C:\WINDOWS\SYSWOW64 directory.

    Hope the above helps.

    CoolGuy

    • 0