Sunday, October 6, 2013

How to Fix a Resource DLL Problem


1. Write down the name of the DLL file in the error message that appears on your screen.
2. Go to a DLL download site, such as DLL-Files, DLL Dump or WinDLL, and search for the file name that you wrote down earlier. Save the download and unzip it, if necessary, in C:\Windows\System32.
3. Try rerunning the program that called the DLL earlier. The problem may already be fixed, but if it still occurs, you need to register the DLL. To do this, press 'Win-R' on your keyboard to open the Run dialog, and enter the command 'cmd.' This will open Command Prompt. Type 'regsvr32 filename.dll,' replacing the file name with that of the DLL you just installed, and press 'Enter.'