Thursday, June 16, 2011

How to Register DLL Files on 64 Bit


Windows Vista or 7
1. Click 'Start' and type 'cmd' into the 'Search' box and press 'Enter.' The Command Prompt opens.
2. Type 'regsvr32 name.dll' into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, type 'regsvr32 iexplore.dll.'
3. Close the Command Prompt and restart the computer.
Windows XP
4. Click 'Start' and 'Run.' The Run tool opens.
5. Type 'cmd' into the box next to 'Open' and click 'OK.' The Command Prompt opens.
6. Type 'regsvr32 name.dll' into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, type 'regsvr32 iexplore.dll.'
7. Close the Command Prompt and restart the computer.
Read more ►

How to Register a 16 Bit OCX


1. Click 'Start,' then 'Run.'
2. Type a command of the form:regsvr c:\windows\control.ocxwhere 'c:\windows\control.ocx' is the path and filename of the OCX file you want to register.
3. Press 'Enter.' Your file should be registered successfully, but the registry program may return an error complaining that there has been an 'Invalid access to memory location.' If this happens, read on.
4. Right-click on 'My Computer' and click 'Properties.' Select the 'Advanced' tab, then click 'Settings' in the 'Performance' section.
5. Click the 'Data Execution Prevention' tab and select the 'Turn on DEP for essential Windows programs and services only' option. Press 'OK' and reboot if prompted. Repeat steps one through three--your problem should be resolved.
Read more ►

Wednesday, June 15, 2011

How to Find and Replace a Missing or Damaged DLL File


1. Open a Web browser on your computer, then point your browser to a DLL browsing, search and download site such as DLL-Downloads, afreeDLL or DLL-files.
2. Search the website for the specific DLL file(s) you need. You can search using a variety of methods, such as typing in the name of the DLL file completely or viewing DLLs by categories that are organized by how the file name starts.
3. Download the file and any additional files attached with it to your computer. Many may come with instructions or something else that will assist you with installing the file and putting it in its appropriate locations. In some cases the directions will be on the site itself as you download the file, so keep the pages open just in case.
4. Install the DLL or place it in the folder where it belongs. If you are replacing a broken DLL, replace the file that currently exists. As each DLL is different, its installation process may vary, so consult the specific instructions before moving too far ahead.
5. Test the DLL installation by attempting to recreate any errors you experienced before, such as by running a program or process that resulted in the error messages. If done correctly, there should be no more errors. If the error came as a result of multiple DLL errors, you may need to repeat the above process for more than one file.
Read more ►

Tuesday, June 14, 2011

How to Fix a Rundll Error Module


1. Click the 'Start' button and then click the 'Run' option.
2. Type 'msconfig' into the menu and then press the 'Enter' button.
3. Click the 'Startup' tab, then uncheck the box next to the 'cdaengine0400.dll' entry.
4. Click the 'Apply' button and then click the 'OK' button.
5. Restart your computer to disable the error message.
Read more ►

Sunday, June 12, 2011

How to Fix Runtime Error 153 With Registry Patrol


1. Click 'Start' and select 'Programs.'
2. Open the 'Registry Patrol' program.
3. Click the 'Scan' button to scan your registry for issues.
4. Click 'Repair' when the scan is complete to remove the found faulty entries, resolving the runtime 153 issue.
Read more ►

How to Repair a System File


1. Download a replacement file for your system on another computer. DLL Files and DLL Download System both have system files that can be downloaded for free (see 'Resources'.) Click on the first letter of the file name to view the list of files that begin with that letter, and then select the name of the DLL file that you need to download from the list.
2. Unzip the contents of the file. The file is zipped when downloaded. To unzip the file, go to the 'Downloads' folder of your system, right-click the file name and choose 'Extract.'
3. Transfer the unzipped file contents to an external storage device, like a flash drive or external hard drive. To transfer the file, plug the device into a USB port of the computer, go to the 'Start' menu, then go to 'My Computer' or 'Computer' and double-click the device to open it. Return to My Computer or Computer and open the folder on the hard drive where the unzipped file is stored. Drag the main file with the DLL extension from the folder on the hard drive to the external storage device.
4. Power on your computer and hold down the 'F8' key while the system boots up if you cannot boot the computer in standard mode. This boots the computer into safe mode, which requires fewer system files than standard mode, and is usually still available when the computer won't boot as normal.
5. Open the 'Start' menu of the computer and choose 'Computer' or 'My Computer' from the menu. Double-click the 'C:' drive and then the 'Windows' folder to open it on the screen.
6. Search the folder for the file that needs to be replaced. To search the folder, type the name of the file in the search box at the top of the screen and press 'Enter.' When the file appears in the search box, click on the file to show the path name of the file in the navigation bar of the screen.
7. Click on the system file that you are trying to repair and press 'Delete.' You may be asked to enter your administrator password. Enter the password if you have one. If you didn't create an administrator password, leave the space blank and click the 'OK' button.
8. Plug the external storage device you have saved the replacement file on into the computer. Open the folder for the external device. Drag the replacement file into the system folder.
Read more ►

Saturday, June 11, 2011

How to Replace MSGina.dll


1. Open your web browser and navigate to the download location for a free copy of msgina.dll. A link to a reliable location can be found in Resources.
2. Click the download link and, when prompted, click the 'Save File' button to save it to your computer. Take note of the directory to which the file is saved.
3. Double-click the 'My Computer' icon and explore the file system to find the Windows system folder. The exact location of this folder varies by Windows version. It can be found at 'C:\Windows\System32' in 32-bit Windows XP and Vista, 'C:\Windows\SysWOW64' in 64-bit Windows XP and Vista, 'C:\WINNT\System32' in Windows 2000 and NT and 'C:\Windows\System' in Windows 95, 98 and ME.
4. Drag and drop the msgina.dll file you downloaded into the system folder you opened in the previous step. If a version of msgina.dll already exists in the folder, you'll be prompted to replace the existing file. Click 'Yes' if this happens.
5. Reboot the computer. Windows will recognize the new msgina.dll file upon bootup.
Read more ►

How to Fix a DNS Error in Vista


1. Push the 'Windows' key + 'R' on your keyboard. This loads a 'Run' box.
2. Type 'CMD' without the quotes. This loads your command prompt.
3. Press the 'OK' button.
4. Type 'Ipconfig /flushdns' without the quotes.
5. Press 'Enter' to execute the command. Close the command prompt once you see the message, 'Successfully flushed the DNS resolver cache'.
Read more ►

How to Repair an .XML File


1. Download the program FileRestore Professional to repair your corrupted XML files. Install and open the program; choose the 'C:/' drive from the drive selection screen. The program will scan the hard drive for XML files that have been damaged and will repair them.
2. Repair your XML files using the program ICE ECC. You can download this program online for free. Once installed, run the program. Select the kind of file you want to repair, in this case the XML file. The ICE ECC program will scan the computer for damaged XML files and repair them.
3. Use the program Unstoppable Copier to fix corrupted XML files. This is a freeware program you can download for no cost. Install and open the program. From the drive selection menu, choose the hard drive. Unstoppable Copier will scan the drive and locate corrupted files, including XML files. The program will repair the files and restore them to your hard drive.
Read more ►

Friday, June 10, 2011

How to Repair Winlogon.exe


1. Download and install RegSeeker (see link in Resources section). Open and run the 'RegSeek.zip' file to complete the installation. Open RegSeeker, and click 'Clean the Registry.' Allow the cleaning process to repair all registry errors, including the winlogon.exe error. Restart your system.
2. Download and install the trial version of TweakNow RegCleaner (see link in Resources section). Run the setup, and finish the installation. Open TweakNow RegCleaner. Place a check in the boxes next to 'Clean Registry' and 'Clean traces of your computer.' Click 'Analyze' to repair winlogon.exe and all other registry errors.
3. Download and install Argente Registry Cleaner (see link in Resources section). Run the 'Registry Cleaner.zip' file and finish the installation. Open Argente Registry Cleaner, and scan your registry for the winlogon.exe errors. Click the 'Repair' option.
Read more ►

Thursday, June 9, 2011

How to Allow Web Sites to Use Active X Controls


1. Open Internet Explorer.
2. Select 'Tools' and then' Internet Options' from Internet Explorer's menu bar.
3. Open the 'Security' tab of the 'Internet Options' window.
4. Select 'Custom Level.' Select 'Enable' for the entry 'ActiveX Control and Plug-ins.' Confirm the action.
5. Select 'Apply.' Select 'OK' to save the changes. The next time you visit a website that needs ActiveX controls to run, a pop-up window will prompt you to allow or cancel the action. Select 'Allow' on this pop-up to install ActiveX controls for the particular site.
Read more ►

How to Do a Winsock Reset


1. Click on the 'Start' button. Click 'Run.' Type the word 'cmd' in the open box. When the DOS screen comes up, type 'netsh winsock reset.' Press 'Enter.' Type 'exit' to close the DOS window and go back to Windows.
2. Restart the computer. Check to see if the problem is resolved. If it isn't, open the Windows Registry. Click 'Start' and type 'Run.' Type 'regedit' in the open box.
3. Select 'File' from the menu. Click 'Export.' Choose a location to export the Registry to. Name the exported file 'backup.reg.'
4. Choose the key 'HKEY_LOCAL_MACHINE.' Click the plus sign to expand the key. Click the key 'System' and expand it. Navigate to 'CurrentControlSet\Services\Winsock.' Right-click the 'Winsock' key and select 'Delete.' Click 'Yes' to confirm the deletion.
5. Navigate to 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2.' Right-click the 'Winsock2' key and delete it. Click 'Yes' to confirm. Exit the Registry Editor. Find the file 'backup.reg' that you exported and save it to a CD or disk. Restart the computer.
6. Right-click 'My Network Places' on the desktop. Right-click the network connection icon. Click 'Properties.' Click 'Install,' 'Protocol' and 'Add.' Click 'Have Disk' and type in 'c:\windows\inf.' Click 'OK.'
7. Choose 'Internet Protocol (TCP/IP)' from the list of available protocols. If it does not appear, click 'Start' and choose 'Search.' Check the options to search system folders, hidden files and folders, and subfolders. Search for the file 'nettcpip.inf.' Click 'Install.' Restart the computer.
Read more ►

How to Troubleshoot an Adobe Runtime Error


1. Close other programs you are running at the same time. These programs take up RAM and slow down your Adobe software. Most Adobe programs need a good deal of RAM, so when the RAM runs out your program shuts down and a Runtime Error message appears.
2. Free up space on your hard drive. You often need several hundred megabytes of space on your hard drive just to run the program smoothly. If your hard drive is almost completely full, delete some programs and files. Click the 'Start' button, followed by 'Control Panel.' Select 'Add or Remove Programs' ('Programs' in newer versions of Windows), click a program you no longer use, choose 'Delete' and the program is deleted from your hard drive, clearing room for the Adobe software to run smoother.
3. Run an anti-virus software scan. Sometimes a virus or malware on your system can cause the Runtime Error. Running a full system scan can catch the virus and remove it. You can purchase a complete virus software such as Norton or McAfee, or download one for free from CNET.com or PCWorld.com. Launch the software (it is either found on the desktop or on the 'Start' menu), select the 'C:' drive as the area you want to scan, then click 'Full Scan' (or just 'Scan'). The software scans the computer for any viruses or malware. Once complete select 'Remove All' and all of the infected files are removed from your computer.
4. Close your Adobe program, power down the computer, then restart the computer and launch the software. Sometimes the program can boot incorrectly and cause Runtime Errors while in use.
Read more ►

Wednesday, June 8, 2011

How to Register Comdlg OCX


1. Open a Command Prompt. Click on 'Start' and then 'Run' for Windows XP or an earlier version of the operating system. Enter the text 'cmd' (no quotes) and press 'Enter.'Click on the Windows logo and point to 'All Programs' for Windows Vista or Windows 7. Click on 'Accessories' and then right-click on 'Command Prompt.' Select 'Run as Administrator.'
2. Enter the command 'regsvr32 %SystemRoot%\comdlg32.ocx,' where '%SystemRoot%' is the full path to your Windows system folder ('C:\Windows\System32' is a common system folder for Vista computers, for instance).
3. Wait for the message that the registration succeeded. Type 'exit' and press 'Enter' to close the Command Prompt. Restart Windows and ensure that the system changes are complete.
Read more ►

How to fix the Apache Error: Too many open files


1. Edit the limits.conf file
nano -w /etc/security/limits.conf
2. Change (or add) the last two lines
* soft nofile 32768
* hard nofile 32768
3. Restart APACHE
/sbin/service httpd restart
Read more ►