What Causes Runtime Error 53?
Runtime Error 53 usually appears as such:Runtime error ’53′: File not found (yourfile.dll).This can occur when the DLL that the application is attempting to look for cannot be found, or is not in the same place as the MTS component. “yourfile.dll” is the file name of the DLL file in question and you should take note of this. To resolve this problem, you must move the DLL file into the system32 folder on the C:\ drive. This error is best dealt with quickly to stop any further problems developing. Follow the following steps to find a solution.
How To Fix Runtime Error 53
Step 1 - Move The DLL File To The “C:\Windows\System32″ Folder
Make a note of the DLL file that was causing the runtime error 53 and then:- Perform a search of all your hard disks to find the current location of the DLL file
- Once the search has found the relevant file, copy it from it’s location (Right click > Copy)
- In Windows Explorer, go to C:\Windows\System32.
- Once inside this folder, paste the DLL file in there.
Step 2 - Re-Install The Application Causing The Error
If you find that Step 1 does not work, or is not applicable, then you should look to reinstall any application causing the error you’re seeing. This is quite easily done if the program is a third-party piece of software from Windows. Here’s how to re-install the software that could be damaged:- Click “Start” > Control Panel > Add / Remove Programs
- Locate the program causing the error
- Click “Remove” / “Uninstall” to get rid of the program
- Restart Your System
- Install the program again
- Test to see if the error shows
Step 3 - Manually Add / Replace The File On Your PC
If you know which file is damaged / missing, you should look to replace it on your PC. This can be done by following the steps below:
1) Download the file from the Internet
2) Unzip the new file onto your computer’s hard drive
3) Browse to c:\Windows\System32
4) Locate the current file on your system
5) Rename the current file to <<filename>>BACKUP.dll
6) Copy & paste the new file into C:\Windows\System32
7) Click Start > Run (Or search”run” on Vista & Win7)
8 ) Type “cmd” in the box that appears
9) Type “regsvr32 <<filename>>” on the black screen
10) Press enter
This will replace the missing file on your PC with a fresh, new copy that your PC should be able to access again. However, if this does not solve the error, you may wish to try using Step 4 below:
Post a Comment
Thanks for your views.....