Friday, May 6, 2011

How to Fix a Resource DLL


1. Click on the 'Start' menu.
2. Click on 'Run.'
3. Type 'cmd' (without the quotation marks) into the open box and click 'OK.' The Command Prompt window will open.
4. Type 'regsvr32 filename.dll' (without the quotation marks) into the Command Prompt window and press ENTER. Note that 'filename' should be replaced with the name of the broken resource DLL file. This will re-register the DLL and most likely fix the problem.
5. Restart your computer.