Wednesday, June 5, 2013

How to Fix a Broken 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.' This will open the Command Prompt window.
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 DLL file. This will re-register your DLL and should fix the problem.
5. Restart your computer.