Monday, October 24, 2011

How do I Use OCX in Oracle Form?


1. Open Oracle Forms.
2. Click 'File-->'New Project'-->'OCX.'
3. Select the file (ending with the extension OCX) you would like to load from your hard drive.
4. Enter the line 'OCX_INIT(filename)' without quotes in the program code. Replace 'filename' with the name of your OCX file.
5. Begin writing code for your OCX object. Consult your OCX file's manual for its library of functions and what to call them.
Read more ►

Sunday, October 23, 2011

How to Fix a System Restore Run DLL Error


1. Click on 'Start,' 'Turn Off Computer' and 'Restart' to restart your computer. Press the 'F8' key while your computer is restarting. This will take you to the boot menu of the operating system.
2. Scroll down to 'Safe Mode' and press the 'Enter' key. Wait for the system to load.
3. Click on 'Start' and 'My Computer.' Double-click on the 'C:\' drive to access it.
4. Browse for 'C:\Windows\INF' and double-click on the directory to access it. Locate the 'sr.inf' file and right-click on it. Select the 'Install' option from the sub-menu that appears. Wait for the installation to complete. While the installation is carrying on, you may be presented with a files-needed prompt.
5. Insert the Windows XP CD into your CD-ROM drive if asked for files. Browse for the 'C:\Windows\ServicePackFiles\i386' folder on the Windows XP CD and click on it to select it for the files needed prompt. Click on 'OK' to continue the installation. Click on 'Start,' 'Turn Off Computer' and 'Restart' to successfully update the change. This should fix the 'Rundll32.exe' error when clicking on system restore or the properties of your computer.
Read more ►

Thursday, October 20, 2011

How to Solve the quot;Runtime Error 339 Msdatgrd.ocxquot; Error


1. Perform a file search for the 'msdatgrd.ocx' file on your computer's hard drive. Look in the 'C:\Winnt\system32' or 'C:\Windows\system32' folders since most system files are stored there.
2. Copy the file from another computer running the same operating system and service pack installation if it is not found. Paste it into the system directory of the computer that is producing the 'msdatgrd.ocx' errors.
3. Click on 'Start' and then select 'Run.' Enter the command 'regsvr32 c:\Windows\system32\msdatgrd.ocx' or 'regsvr32 c:\Winnt\system32\msdatgrd.ocx,' depending on the name and path of your system folder. Press 'Enter.'
4. Reboot your computer to complete the registration of the 'msdatgrd.ocx' file.
Read more ►

Tuesday, October 18, 2011

How to Fix a JavaScript Error


1. Open the Web page in Internet Explorer. When the error occurs, a yellow icon displays in the bottom status bar. Double-click the icon to review the line of code that is causing the error. Internet Explorer also displays the line number where the error message is triggered.
2. Right-click the HTML or JS page that contains your JavaScript function. Click "Open With," then click your HTML or JS editor.
3. Scroll down to the line number listed in the Internet Explorer error window. You must identify the JS syntax error to fix the coding. For instance, if you are missing a closing or opening bracket, the JS engine displays an error and you must add these characters to stop the errors.
4. Click the browser's "Tools" menu and click "Internet Options" in the list of options. Click the "Security" tab at the top of the resulting window.
5. Click "Custom Level" to open the security options. Click "Enable" for "Active Scripting" in the "Scripting" section. Click "OK" to save the settings. This option stops JavaScript errors caused by security in the browser.
Read more ►

How to Repair a Register


Little Registry Cleaner
1. Open Little Registry Cleaner. Be sure all options under 'Select the Sections to Scan' are check-marked. Click 'Scan Registry.' Wait while the program scans the Window registry.
2. Look in the center pane to see a listing of detected registry errors after the scan is complete.
3. Click 'Fix Problems' to have the tool clean up and repair all registry errors.
CCleaner
4. Launch the CCleaner application. Click the 'Registry' button in the left pane. Be sure all options under the 'Registry Integrity' section are check-marked.
5. Click 'Scan For Issues' at the bottom of the dialog box. Wait for the program to scan the Windows registry.
6. Look for detected registry errors in the right pane after the scan is complete. Click 'Fix Selected Issues' and wait for the application to repair the registry.
Wise Registry Cleaner
7. Bring up the Wise Registry Cleaner utility. Be sure all options in the 'Categories' pane are check-marked. Click 'Scan.' Wait for the program to scan the Windows registry for errors.
8. Look for the registry errors in the right pane once the scan is complete.
9. Click the 'Fix' button and wait for the application to clean up and repair the registry.
Read more ►

Monday, October 17, 2011

How to Replace IEFRAME.dll


1. Launch your Web browser and search for and locate a website from which you can download ieframe.dll. You can find a link to a reliable download site in the Resources section.
2. Click the download link and follow the on-screen prompts to save the file to your computer. Once the download completes, double-click the file. When it opens in Winzip or your default unzipping program, click the 'Extract' button and extract the file to your computer's desktop.
3. Right-click on the 'Start' button in Windows. Select 'Explore' from the options to open Windows Explorer. Browse through the file system on the left side of the window to locate the 'System' folder in the Windows directory. If you're using a 32-bit version of Windows XP or Windows Vista, the system folder path is 'C:\Windows\System32.' If you're using the 64-bit version of either of these platforms, the location is 'C:\Windows\SysWOW64.' In older systems like Windows 2000 and NT, the folder is located at 'C:\WINNT\System32.' In Windows ME, 95 and 98, 'C:\Windows\System' is the system directory. Once you find your system folder, left-click it once to highlight it.
4. Drag the ieframe.dll file that you extracted onto the desktop into the right panel of Windows Explorer. If Windows asks if you want to replace the existing version of this file with the new one, click 'Yes.'
5. Reboot your computer for the changes to take effect.
Read more ►

How to Stop Error 1003


Identifying the Error
1. Click the 'Start' button, type 'Event Viewer' into the 'Search programs and files' box and press 'Enter.' This opens the Event Viewer window. From here, you can check the Directory Services log for details of the event ID 1003 error.
2. Click the arrow to expand 'Windows Logs' in the left-hand pane of the Event Viewer and select 'System' from the sub-directory. In the central 'System' pane, you will see a list of events encountered by your computer. To confirm your error as an event ID 1003, click on 'Event ID' to sort the list and scroll until you see the 1003 error.
3. Click to highlight the 1003 event ID from the list in the central pane, and click 'Event Properties' in the right-hand 'Actions' pane. Read through the event's properties, if it is an event ID 1003 source system error that your computer encountered, checking the Directory Services event log should reveal the following event details in the 'General' tab:Log Name: SystemSource: SceCliEvent ID: 1003Description: Policy change from LSA/SAM can't be saved in the policy storage. Error <error code> to save policy change in the local GPO database.
4. Exit the Event Viewer.
Resolving the Error
5. Create a new folder named 'OldSecurity' in directory ''C:\Windows\Security' in which to back up your existing security settings.
6. Open directory 'C:\Windows\Security\Logs' and select all of the files currently stored in the directory. Move the selected files to your new folder 'C:\Windows\Security\OldSecurity.' If you receive the prompt 'Provide administrator access,' click the 'Continue' button.
7. Open directory 'C:\Windows\Security\Database' and move the file 'secedit.sdb' to your new folder 'C:\Windows\Security\OldSecurity' and change the file extension from '.sdb' to the '.old' extension. Click 'Continue' as above if you need to provide administrator access.
8. Click the 'Start' button, type 'mmc' into the 'Search programs and files' box and press 'Enter.' This loads the Microsoft Management Console.
9. Click 'File' from the menu bar and select 'Add/Remove Snap-in' from the drop-down menu. Select the 'Security Configuration and Analysis' snap-in from the list of 'Available snap-ins' and click the 'Add' button. Click 'OK' once you see your selected snap-in appear in the 'Selected snap-ins' list.
10. Right-click on 'Security Configuration and Analysis' in the MMC main screen and select 'Open Database.' Navigate to 'C:\Windows\Security\Database,' type 'Secedit.sdb' into the 'File name' box and click 'Open.'
11. Follow prompts to select 'Setup security.inf' to import a template. If you receive any 'Access denied' errors, you can ignore these. Right-click on 'Security Configuration and Analysis' in the MMC main screen and select 'Configure Computer Now.' Restart your computer when this completes.
Read more ►

Sunday, October 16, 2011

How to Copy Windows Root System32hal.Dll. From a Windows CD


1. Turn on your computer, open the CD-ROM drive and insert your Windows operating system installation CD.
2. Reboot your computer.
3. Press a key to start the installation CD, choosing your preferences as prompted on the 'Install Windows' screen. Read the 'Please read the license terms' and click the 'I accept the license terms' box and 'Next.'
4. Select 'Custom' from the 'Which type of installation do you want?' screen and 'Drive options (advanced)' on the next paged entitled 'Where do you want to install Windows?'
5. Select the drive you wish to install Windows on along with the format option. This is typically the 'C:/' drive.
6. Follow the directions as prompted by the Windows installation program.
Read more ►

Saturday, October 15, 2011

How to Delete the Msvcrt DLL


1. Click 'Start' and type 'Run' into the 'Search' box and press 'Enter.' If you are using a version of Windows prior to Windows Vista, click 'Start' and then click 'Run.' The Run tool opens.
2. Type 'regsvr32 /u msvcrt.dll' (without the quotation marks) into the 'Run' box and press 'Enter.'
3. Restart your computer.
Read more ►

How to Convert 64 to 32 Bit


1. Click "Start."
2. Select "All Programs."
3. Open the folder that contains the shortcut icon for the 32-bit application you're trying to run. This will expand the folder into a listing of icons beneath that folder.
4. Click on the shortcut icon for the 32-bit application you're trying to run. Windows will start the emulation process, which will convert a portion of your operating system to 32-bit architecture. The 32-bit application will then load inside that portion of Windows and will display properly on screen, as if you were running a 32-bit version of the operating system.
Read more ►

Friday, October 14, 2011

How to Fix System32 Error


1. Click your 'Start' menu, select 'All Programs,' choose 'Accessories,' click 'System Tools' and select 'Disk Cleanup.' Wait for the application to load.
2. Put a check mark next to all fields that you don't need to save files from.
3. Click 'OK' to clean up your disk. Continue to the next step only if you have a System32 error related to a program you try to run.
4. Right-click the program and click 'Properties.' Click the 'Compatibility' tab and select an operating system to run the program with compatibility for. If your program needs Windows 98 to run and doesn't run in Windows XP, Windows Vista or Windows 7, select 'Windows 98' on the compatibility list.
Read more ►

How to Install ActiveX in Windows 2003


1. Click the Windows Start button and select 'Run.' Enter 'cmd' and press the 'OK' button to open the Windows command prompt.
2. Type 'cd <directory>' and press 'Enter.' Replace '<directory>' with the location of your ActiveX control you want to install. This points the Windows command prompt to the directory for your control.
3. Type 'regsvr <ActiveX Control>' into the command prompt and press 'Enter.' Replace '<ActiveX Control>' with the file name for the control. This installs and registers the control on your Windows 2003 machine.
Read more ►

Thursday, October 13, 2011

How to Fix Windows Root System32 Hal Dll


1. Go to the DLL-files website (see References) and click on the \"Download hal.dll\" link. Click on \"Save\" in the confirmation pop-up to begin the download.
2. Double-click the downloaded ZIP file to launch the archiving application on your computer and decompress the file automatically.
3. Click the decompressed DLL file and then press \"Ctrl\" and \"C\" keys at the same time to copy it.
4. Go to the \"Start\" menu, click on \"My Computer\" or \"Computer,\" double-click the \"C:\" drive, then the \"Windows\" and then the \"System32\" folders. Press \"Ctrl\" and \"P\" at the same time to paste the DLL. Click on \"Yes\" to replace the existing corrupt DLL.
5. Click the \"Start\" menu and select \"Run.\" Type \"Regsvr32 \"C:\\Windows\\System32\\hal.dll, \" click \"OK\" and then \"OK\" again to register the file. Restart your PC.
Read more ►

How to Install a MPR.Dll UBCD


1. Visit the 'Download mpr.dll' page on the DLL-Files.com website. Click on the download link to start downloading a ZIP file that contains the missing DLL.
2. Double-click on the ZIP file once your browser has completed the download.
3. Click on the 'Extract' button and select the following directory on your hard drive: 'C:\Windows\System32'.
4. Click on Start and select 'Reboot' by clicking on the arrow next to the 'Shut down' button.
Read more ►

How to Disable Toshiba Flash Cards


1. Click on 'Start' to pull up your start menu.
2. Choose 'Run' from the menu, type in 'msconfig' in the prompt bar that appears, and hit 'Enter.' This will bring up your System Configuration menu.
3. Click on the tab at the top of the System Configuration titled 'Startup' to show all of the icons that are toggled to start when you boot your computer.
4. Remove the check mark from the box in front of 'Toshiba Flash Cards,' and then hit 'Okay.'
5. Exit the menu and restart your computer when prompted to restart. The changes will be in place when your computer starts up again.
Read more ►

How to Troubleshoot Internal Error 2755 3


1. Log in to a computer on the network.
2. Click the 'Start' icon and then type 'CMD' into the 'Run' box in the menu to open the command prompt.
3. Type \\servername\share in the command prompt. Replace the 'servername' text with your server's name.
4. Press 'Enter' on the keyboard.
Read more ►

Wednesday, October 12, 2011

How to Replace Audiosrv.dll File


1. Launch your web browser and navigate to a location where you can download a free, working version of audiosrv.dll (see Resources). Web sites that offer replacement .dll files for free are relatively common.
2. Click the link to download the file. If you're given an option of saving the file or opening it, choose to save it to your hard drive. Take note of the destination folder for the download, and wait for the download to finish.
3. Locate the downloaded file. If the file has a .dll extension, you can skip the rest of this step. If the file has a .zip extension, it must be unzipped first. Double click the file with the .zip extension and wait for your computer's default unzipping utility to launch. Find and click a button that says 'Unzip,' 'Unpack' or 'Extract.' When you're prompted for a location to which to extract the file, select your computer's desktop and click 'Open.' This will put audiosrv.dll on your desktop.
4. Open your computer's Windows system folder. To do this, double click the 'My Computer' icon, then double click the 'C:' icon in the 'My Computer' window. Double click the 'Windows' folder. If you're using Windows 2000 or NT, double click the 'WINNT' folder. Finally, double click the system folder, which has various names depending on your operating system. In Windows XP or Vista for 64-bit systems, it's 'SysWOW64.' In Windows XP, Vista, 2000 and NT for 32-bit systems, the folder is called 'System32.' In Windows 95, 98 and ME, it's 'System.'
5. Find the audiosrv.dll file that you downloaded or extracted and drag it into the system folder. If you already have a file of the same name stored in this folder, you may see a message asking you if you would like to replace the existing file. If this happens, you should click 'Yes' to replace the file.
6. Restart your computer. Even though the .dll file is in the system folder now, Windows won't recognize it until after you reboot.
Read more ►

How to Fix a Registry Using Freeware


1. Go to the registry page of Eusing Software. Press your mouse over the words 'Download Site1.' Wait for the program to download on your computer. Press the 'Enter' function on your keypad to download this software to your computer.
2. Find the errors on your system that need repair. Click your mouse button over the phrase 'Scan your registry' to perform a complete check of your registry. See the number of issues that show up in your error results.
3. Figure out which errors you want to fix. Before you choose to repair each error the system finds, look over the list of results and make sure you want to delete each entry. Understand that changing any form of registry data can have a big impact on your computer. You can elect to fix each error or only some of the issues that the program finds. Press the 'Repair Registry' button to fix the items you choose.
Read more ►

Tuesday, October 11, 2011

How to Fix the Msxml3.dll Error


1. Navigate to the Microsoft Support website (see Resources).
2. Click 'View and request hotfix downloads,' and place a check by 'Microsoft Data Acess Components 2.6.'
3. Enter all the required information, and select 'Request hotfix.' Wait for the msxml3.dll hotfix to arrive in your e-mail account.
4. Open the hotfix e-mail, and follow the instructions to install the msxml3.dll hotfix.
Read more ►

How to Fix File Association Errors in Vista


1. Click the circular 'Windows' orb logo in the bottom-left corner of the desktop. Type 'Default Programs' in the search box at the bottom of the 'Start' menu. Press 'Enter' to open the 'Default Programs' window.
2. Click 'Associate a File Type or Protocol With a Program.' Wait while Windows Vista compiles a list of programs on the PC.
3. Find the file either by its extension under the 'Name' column or by the file's title under the 'Description' column.
4. Click the file's extension/title once to highlight it in blue. Click the 'Change Program' button, which opens another dialog box.
5. Double-click on a program's icon in the 'Recommended Programs' section, if it is listed. Otherwise, click 'Browse,' which opens another dialog box showing the 'Program Files' folder. Open a program's folder and then double-click on the 'Application' file (usually ending in '.exe' for executable) within that folder. Click 'OK' in the dialog box.
Read more ►

Sunday, October 9, 2011

How to Repair an INF File


1. Click on the 'Start' menu at the bottom of your computer screen.
2. Click on the 'Run' bar in the menu.
3. Type 'sfc /scannow' into the bar and press the 'Enter' key on your computer's keyboard.
4. Wait for the program to scan your computer and restore your INF files.
5. Restart your system for the changes to take effect.
Read more ►

Saturday, October 8, 2011

How to Remove Malware Dll


Removing Malware
1. Use the add/remove tool in Windows to uninstall any suspicious or malicious software. Go to the control panel and select the 'Add/Remove' folder. Uninstall the software that you think the dll problems are coming from. Malware disguises itself as something useful and sneaks in pretending to be part of the program. Sometimes simply deleting the program isn't enough. The dll files can appear to the host program as if they are shared by other programs on your computer, in this instance they will not be deleted but instead left to infect again. If the dll files were not deleted during the uninstall, they will re-install the infected program upon your next start-up. If this happens you will need to uninstall the program again and then rid your computer of the harmful dll files manually or with a registry cleaner.
2. Download or purchase a registry cleaner. Use this software to filter through all of your system folders, looking for infected dll files. There are many free registry cleaners available on the Internet; PCTools.com recommends a free product called Registry Mechanic. Not only will running a registry cleaner help to clean up malware, but it will also restore broken or corrupt dll files that belong on your PC. A registry cleaner will get rid of unused dll files and dll error messages that have nothing to do with malware. Overall, running a registry cleaner will speed up your PC and give it a better foundation.
3. Manually unregister unwanted dll files using Windows Regsvr32. Make sure you know what you are doing before attempting this fix on your own. If you delete necessary dll files, your computer could crash. To open the Command Prompt, go to 'Start' and then 'Run.' In the box, type 'cmd' to bring up the Command Prompt Box. Now you must know the file path of the dll you are trying to delete. That is, you have to know where it is on your computer. In the Command Prompt Box, type 'cd' to chance the current directory then a space, then type in your file path. A file path to a dll named random.dll in your System32 folder would look like this: C:/Windows/System32/random.dll. After entering the correct file path, press 'Enter.' Now that you are in the directory, its time to unregister the dll file. Type 'regsvr32' then a space and 'u/' then [unwated dll name] and press 'Enter.' So to unregister the random.dll it would look like this: 'regsvr32 u/[random.dll]'. A confirmation message will appear and you should be free of your frustrating dll problem.
Read more ►

Friday, October 7, 2011

How to Repair Gina.dll


1. Open the Run box by pressing 'Start' and 'R' at the same time.
2. Type 'regedit' into the text field and click 'Run.'
3. Navigate to the following value and delete it:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GinaDLLDoing this will force Windows to replace the missing file with the original, unedited file.
Read more ►

Thursday, October 6, 2011

How to Fix Error 126


1. Go to 'Start.' Select 'Run' and type 'regedit.'
2. Go to the registry key labeled 'HKLM\System\CurrentControlSet\Services\%ServiceName%\Parameters.'
3. Check the corresponding DLL file name value for ServiceDLL.
4. Check the location that is mentioned in the key ServiceDLL and make sure that the file is there.
5. Copy the file from a working server with the same operating system and service pack level if you do not find the information in the location mentioned in the registry key HKLM\System\CurrentControlSet\Services\%ServiceName%\Parameters\serviceDLL.
6. Start the service or program you were trying to use when you originally received the error message; it should run successfully without any more errors.
Read more ►

Wednesday, October 5, 2011

How to Fix Auto


1. Open your 'Start' menu from the computer's desktop.
2. Select 'Control Panel.'
3. Open the 'User Accounts' icon by double-clicking it.
4. Navigate through the options to 'Manage changes to your user account' and select 'Turn User Account Control on or off.'
5. Click 'Continue.'
6. Disable 'UAC Protection' by unchecking the box next to it.
7. Continue by selecting 'OK.'
8. Restart your computer.
9. Visit Symantec's Auto-Protect Error Fix Tool page (see Resources). Click 'Run It Now' under 'Step 2' to download and run the Auto-Fix Tool.
10. Restart your computer once more to resolve the Norton Auto-Protect problem.
Read more ►

Tuesday, October 4, 2011

How to Repair a Win32 API Error


1. Open the 'Start' menu.
2. Navigate to 'All Programs,' then 'Accessories,' and finally 'System Tools.'
3. Click on 'System Restore.' This will open the System Restore program.
4. Select 'Restore my computer to an earlier time, and click 'Next.'
5. Find a restore point on a date that fell before the Win32api.dll error began.Select it, and click 'Next.'
6. Click 'Next' again. The process will begin and your computer will restart.
Read more ►

Sunday, October 2, 2011

How to Fix System32.dll


1. Run a registry cleaning program to clean and repair DLL file problems on your computer. The Windows registry cleaning utility is an example of a registry cleaning program.
2. Ensure that a Trojan virus has not installed itself in your System32 folder. Trojans disguise themselves as useful or important programs by under clever names. Many people download them under the illusion that they are something else, hence the Trojan Horse reference. Once inside your computer, it gives the Trojan operator access to private files, the ability to download other harmful malware and viruses, and a fair amount of control over your computer.
3. Get rid of a Trojan or other malware by running anti-malware security software. If you already have a security program that protects against malware, use in to scan your PC. If you do not have an anti-malware program, download or buy one. There are many free versions available on the Internet, but be careful because some of them are Trojans in disguise. CNet suggests Malwarebytes anti-malware program and describes it as effective, free and equipped with nice features. Windows also offers two types of anti-malware software for free. One available for download is the Malicious Software Removal Tool and the other is a free online scan of your PC called Windows Live Safety Scanner.
4. If other attempts to repair the errors have failed, you can restore your system to how it was before you had the System32 error. System Restore is available with Windows operating systems. Open it by clicking 'Start,' 'All Programs,' 'Accessories,' 'System Tools' and 'System Restore.' System Restore automatically saves registry points on your computer, allowing you to restore your computer to a point in time before the error. System Restore does not save any personal files and cannot help if a personal file has been damaged or deleted.
Read more ►

Saturday, October 1, 2011

How to Disable Active X Control


1. Click on the 'Start' menu, then go to the 'Control Panel.' In the 'Control Panel' window, select the 'Internet' icon. If you don't see it, then you may need to go to 'Network and Internet Connections' first.
2. Select the 'Security' tab from the 'Internet Properties' dialogue box. Make sure that 'Internet Zone' is selected. Click the 'Reset' button to make sure that the 'Internet Zone' is set at the Medium (or default) level.
3. Pick the 'Custom' level option for the 'Internet Zone.' Choose 'Settings' from the 'Custom' level menu. In the 'Security Settings' dialogue box, select the 'Disable' option for the setting, 'Script Active X controls marked safe for scripting.'
4. Click 'OK' for the 'Security Settings' box. Press 'OK' for the 'Internet Properties' box.
Read more ►

Wednesday, September 28, 2011

How to Fix Empty Registry Keys


1. Download CCleaner free (see resources), and install it on your computer.
2. Launch your program from the location in which you saved it during installation, and click the 'Registry' button on the left panel.
3. Click 'Scan for issues.' CCleaner will search the registry for leftover entries that are of no use to your computer. When the scan is complete, the detected issues will be displayed.
4. Click 'Fix selected issues,' and then click 'Yes' to back up your registry. Type in a name for your backup, and click 'Save.' Its always important to back up your registry so you have a restore point you can revert to.
5. Click 'Fix all Selected Issues,' and then click 'OK' to remove the empty registry keys.
Read more ►

How to Fix DLL in Vista


Download DLL
1. Go to one of the following websites: afreeDLL, DLL-files or DLL-Downloads (see Resources).
2. Type the name of the file you want to fix into the 'Search' box.
3. Double-click on the file you want to fix and select the folder 'C:\Windows\System32' from the left pane of the 'Save As' window. It is critical that you select this exact folder.
4. Click 'Save As.'
Reinstall DLL
5. Click on the 'Start' menu and type 'Run' into the 'Start Search' box and press 'Enter.' The Run box opens.
6. Type 'regsvr32 name.dll' (without the quotation marks) into the Run dialog box, replacing 'name' with the name of the DLL you want to fix. Click 'OK.'
7. Restart your computer.
Read more ►

Tuesday, September 27, 2011

How to Fix Register Errors


Registry Fix for PC
1. Back up your registry. Deleting program files and folders can cause your computer to malfunction, but a backup can restore your registry back to a working condition. Click 'Start,' 'Run' and type 'regedit.' Click the folder you wish to edit, and click the subkey to highlight it.
2. Click 'File' at the top of the window, and click 'Export' from the drop-down menu. Export the file to your desktop by clicking 'Save.'
3. Click the 'Start' button, then 'Search.' Type 'regedit' in the search bar and press the 'Return' key on your computer. Search for previously uninstalled program folders, and right-click the folder to display the pop-up menu. Click 'Delete' to remove the folder.
4. Restart your computer.
5. Download registry cleaner software. This software is widely available for free on the Internet (see References below for an example). Install the software and follow the onscreen instructions to organize your registry.
Registry Fix for Mac
6. Run Disk Utility. Click 'Go' at the top of your screen, and click 'Applications.' Scroll down to 'Utilities' and double-click 'Disk Utility.'
7. Click 'Repair Disk Permissions.' This process scans your hard drive and repairs file permissions and file systems. The length of time it takes to complete the repair depends on the size of your hard drive.
8. Restart your computer after completion.
Read more ►

How to Fix Msgina.dll


1. Use one of the free DLL-download Web pages listed in the Resource to get a copy of the Msgina.dll for your computer.
2. Right-click the downloaded DLL file, or double-click the file first to unzip it if it comes in an archived format, and select 'Copy.' Click the 'Start' menu, select 'Computer,' open the 'C:' drive, double-click the 'Windows' folder and open the 'System32' folder. Press the 'Ctrl' and 'V' keys at the same time to paste the file into the folder.
3. Click the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type the following string in the search field:'Regsvr32 'C:\Windows\System32\Msgina.dll'Press 'Enter' to register the DLL. Click 'Yes' in the pop-up box to confirm the registration.
4. Restart your PC.
Read more ►

Monday, September 26, 2011

How to Stop Rundll Errors


1. Take note of the last file name of the process creating the error that ends in 'DLL.'
2. Click the Windows desktop 'Start' button. Type 'command' (without quotes) into the 'Search' text box. The DOS box will open. Type 'services:msc' (without quotes) into the DOS box. Press the 'Enter' key.
3. Choose the DLL process from the first step and right-click the service. Select the 'Stop' button.
4. Type 'regedit' into the DOS box to run the Microsoft registry editor. Go to the Rundll registry key by typing the following into the 'Search' field box: 'Microsoft\Windows\CurrentVersion\Run'
5. Select the key that appears, and ensure that the value connected to the key ends with the same DLL name as in Step 1. Click the value and select 'Delete' if it matches.
6. Reboot your computer system and the 'Rundll' error will be fixed.
Read more ►

How do I Fix Error 132 on Wow?


1. Make a copy of the "nvd3dumx.dll" file on your hard drive (if you're using an Nvidia card) and rename it "nvd3dum.dll", then put it into the same folder. Do not alter the original file or rename it.
2. Reinstall WoW, making sure you delete your cache and preferences when you remove it from your system. Third party UIs (User Interfaces) can cause problems on certain systems.
3. Check the temperature of your hardware; overheating can cause the error. Make sure the inside of your case has proper airflow, is free of dust and that all fans are working properly.
4. Update to the latest video and audio drivers available.
5. Close any background applications that are running, such as antivirus programs and chat clients.
6. Stop using any USB sound devices, even if you're not using them in WoW; just unplug them. If that doesn't work, try disabling sound altogether.
Read more ►

Sunday, September 25, 2011

How to Reinstall GrooveNew.dll


1. Download the appropriate Service Pack installer file from the Microsoft website (see Resources.) The download will take between 30 minutes and two hours, depending on the speed of your connection. You will be notified when the download has finished.
2. Double-click the installer file once it has finished downloading.
3. Accept the Microsoft Software License Terms, and then click 'Continue.'
4. Click 'Next' until the automatic installation starts. Once you are notified that the process is complete, restart your computer.
Read more ►

How to Fix a DLL File on My Computer


1. Download and run DLL-repair software. These programs automatically seek out and replace malfunctioning or missing DLL files, and will delete any unnecessary DLL files that may exist as a result of spyware or malware. You can download programs dedicated to fixing DLL issues free of charge at dll-error.com or CNet.com.
2. Reinstall the corrupt or missing DLL files. If the corrupt DLL files were originally installed during the installation of a particular type of software, copy them from the software source disk and paste them into the directory of the corrupt or missing DLL files. Click 'Yes' or 'Yes to All' when prompted to choose whether you wish to replace existing DLL files.
3. Reinstall Windows. This will return all DLL files to their default status and erase any corrupt DLL files on your system.
Read more ►

How to Install Dwmapi Dll


1. Use the free DLL download Web pages in the Resources to download the Dwmapi.dll file to your PC.
2. Click the saved Dwmapi.dll file and press 'Ctrl' and 'C' at the same time. Go to the 'Start' menu, select 'My Computer,' open the 'C:' drive, double-click the 'Windows' folder and, finally, open the 'System32' folder. Press 'Ctrl' and 'V' at the same time to drop the file.
3. Go to the 'Start' menu, type 'Run' in the 'Start Search' box and press 'Enter.' Type 'Regsvr32 'C:\Windows\System32\Dwmapi.dll' in the 'Run' window and click 'OK' to register the DLL. Click 'Yes' in the pop-up to confirm the registration of a new DLL.
4. Restart your computer.
Read more ►

Friday, September 23, 2011

How to Register an OCX on 64


1. Press the 'Windows' button on your keyboard to access your 'Start' menu.
2. Click 'All Programs,' 'Accessories,' then right-click the icon that says 'Command Prompt' and select the option, 'Run as Administrator.'
3. Type this command into the command prompt, 'Regsv32 <OCX>' and then press 'Enter.' Wait for a message to appear that says your OCX has registered.
4. Restart your computer to complete the OCX registration process, if you prompted to do so.
Read more ►

How to Fix Outlook When the Msvcr80.Dll Cannot Be Found


1. Click "Start," then "Run."
2. Type "regedit" (without quotes) and press "Enter." The Registry Editor will appear. The nested folders in the left pane represent registry "keys," and clicking on a key will bring up one or more editable values in the right pane.
3. Navigate to the "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\" key and click on it. A list of Outlook add-ins will appear below.
4. Find the add-in that's causing the problem. This may require some trial and error, but you can make an educated guess: This problem is known to be caused by various Norton security add-ins and also by the "eDataSecurity" add-in sometimes installed on Acer computers.
5. Disable an add-in by clicking on it, then double-clicking on the "LoadBehavior" value in the right pane. Enter a zero in the "Value data" field and press "OK." Close the Registry Editor.
6. Click the Start Menu and navigate to the following path: "All Programs" -> "Microsoft Office" -> "Microsoft Office Tools" -> "Microsoft Office Diagnostics." Follow the on-screen instructions to run Microsoft Office Diagnostics. This utility will repair the Outlook configuration files damaged by the add-in, and since you disabled the add-in above, the files will remain healthy. When the Diagnostics process is complete, Outlook should run normally.
Read more ►

Thursday, September 22, 2011

How to Reinstall MSOE.DLL


1. Click 'Start' and type 'sfc /scannow' into the search field.
2. Press 'Enter.' This opens the 'Windows File Protection' window.
3. Wait for the 'Windows File Protection' application to scan for corrupt DLL files. Once it finds that your MSOE.DLL file is missing or corrupt, it will reinstall it for you. Follow any prompts to reinstall it and reboot your computer once you have received the completion message.
Read more ►

How to Install Oleaut32.Dll


1. Browse the Web to a site from which you can download oleaut32.dll. You can find a link to one download location in the Resources section below.
2. Click the download link and save the file to your computer. Locate it on your computer and double-click the file. It will open either in Winzip or your default unzipping utility. Click the 'Extract' button, select your computer's desktop as the file destination and click the 'Open' button. This will extract oleaut32.dll to your desktop.
3. Right-click the 'Start' button in Windows and select 'Explore' from the pop-up options. When the Windows Explorer window opens, browse through the left panel to find your Windows system folder. Look for 'C:\WindowsSysWOW64' if you're using a 64-bit copy of Windows XP or Windows Vista, and look for 'C:\Windows\System32' if you're using a 32-bit version of these operating systems. If you're using Windows 2000 or NT, look for 'C:\WINNT\System32.' For Windows 95, 98 and ME, you should look for 'C:\Windows\System.' When you find the system folder, left-click it once to display its contents in the right panel of Explorer.
4. Drag the oleaut32.dll file that you extracted to your desktop into the right panel of Explorer.
5. Restart your computer. The changes will take effect immediately upon boot-up.
Read more ►

How to Repair Flash Player ActiveX


1. Open Microsoft Internet Explorer. Click on the Windows Start Menu and click on 'Internet Explorer.' The Web browser will launch.
2. Go to the official Adobe website and download the latest version of Adobe Flash Player. Click on the 'Download Now' button. A yellow bar will appear in Internet Explorer asking you to confirm installation of the Adobe Flash Player ActiveX control.
3. Right-click on the bar and choose the 'Install This Add-on for All Users on This Computer' option. A box will appear.
4. Click the 'Install' button in the box. Accept the license agreement and click 'Install.'
5. Close and reopen Internet Explorer.
Read more ►

Wednesday, September 21, 2011

How to Access Snapshot Viewer ActiveX


1. Launch Windows Explorer, click the 'Tools' menu and choose 'Folder Options...'
2. Select the 'View' tab, click the radio button that corresponds to 'Show hidden files and folders' and click 'OK.'
3. Click the 'Start' button, type 'SnapView.ocx' in the 'Start Search' text field and press 'Enter.' Scroll through the list of results and locate the 'snapview.ocx' file. This is the Snapshot Viewer ActiveX control.
4. Click the 'Start' button, type '.snp' and press 'Enter.' A list of files Snapshot Viewer files with '.snp' file extension will display, if there are existing ones in your system.
5. Double-click any '.snp' file to launch the Snapshot Viewer control.
Read more ►

Sunday, September 18, 2011

How to Remove Plugins from Internet Explorer Program Download


1. Launch Internet Explorer and click the 'Tools' for IE 7 or 'Safety' for IE 8 menu on the top of your Web browser. Select 'Manage Add-ons' to launch the IE plug-in management console.
2. Select 'All add-ons' under 'Show.' You should see a list of Internet Explorer's ActiveX applications and browser add-ons such as toolbars.
3. Select the plug-in you want to remove and click 'Disable' to deactivate it from Internet Explorer. Repeat the same process to disable additional plug-ins. Restart your Web browser. If you want to remove the plug-in completely from IE and your computer, click the Windows 'Start' menu and click the 'Control Panel.'
4. Click 'Program and Features' under 'Programs' to launch the programs console if you are using Windows Vista or 7. For Windows XP users, launch the programs console by double-clicking 'Add or Remove Programs.'
5. Scroll through the programs console and click the IE plug-in you want to remove and click 'Remove/Uninstall.' Click 'OK' to confirm and remove the application. Repeat this same process to remove additional plug-ins. Restart your Web browser.
Read more ►

How to Repair Msgina.dll


1. Download and save the msgina.dll file (see Resources).
2. Search for the location of the corrupt msgina.dll file. Click 'Start' and click 'Search' if you are using XP. Type 'msgina.dll' in the 'All or part of file name' dialog box. Press 'Enter.' Right-click the file and click 'Properties.' Note the location of the file.
3. Click 'Start' and click 'Computer' if you are using Vista or Windows 7. Type 'msgina.dll' in the 'Search' field. Press 'Enter.' Right-click the file and click 'Properties.' Note the location of the file.
4. Open the folder where the msgina.dll file is located. Drag the downloaded msgina.dll file on your desktop to the folder. Click 'Yes' when asked if you want to replace the existing msgina.dll file.
Read more ►

Saturday, September 17, 2011

How to Delete a Running Dll


1. Write down the name of the DLL file. If your antivirus software detected it, you can locate the name in your antiviruses scan log.
2. Power down your computer, wait 30 seconds, then power it back on.
3. Push the 'F8' key on your keyboard repeatedly as your computer powers on, this will allow you to choose the boot up mode of your computer.
4. Choose 'Safe Mode' when prompted to choose a boot up mode.
5. Click the 'Start' button located on your desktop, then on the 'Search' shortcut located in the Start menu.
6. Choose to search 'All Files and Folders' when prompted, then type in the name of the DLL file you wish to delete into the search box. This will cause the file to display in the right-hand window pane.
7. Right-click on the DLL file and choose 'Delete.'
8. Close the search window by clicking the red 'X' located in the upper right-hand corner of the search window.
9. Right-click the 'Recycle Bin' located on your desktop and choose 'Empty Recycle Bin' to complete the deletion of the DLL file.
Read more ►

How to Fix an Adobe Flash Player Installation


1. Click on the Windows 'Start' button and click on the icon of your web browser. This might be Microsoft Internet Explorer, Google Chrome or Mozilla Firefox.
2. Visit the official Adobe Flash Player website (see Resources).
3. Click on the 'Download now' button to download the latest version of Adobe Flash Player.
4. Install the player. Internet Explorer users, click on the 'Install' button in the grey dialog box that pops up, wait for the Flash Player installation program to commence, tick the box and agree to the license terms and conditions and click on the 'Install' button. For Firefox, Chrome and other browsers, tick the box and agree to the license terms and conditions and click on the 'Install' button.
5. Restart your web browser.
Read more ►

Friday, September 16, 2011

How to Update OpenGL Drivers


1. Click on the 'Start' menu and type 'Windows Update' into the 'Start Search' bar.
2. Wait for the 'Windows Update' icon to appear and then click on it to launch the application.
3. Click the 'Check for Updates' button on the left hand pane of the screen and wait for the application to scan for updates to your OpenGL drivers.
4. If an OpenGL driver update is available, check its box and click 'Install Updates' on the right side of the software window. Restart your computer if prompted by Windows.
Read more ►

mshtml.dll Error in IE8


1. Click 'Start,' 'All Programs' and 'Windows Update.' Alternatively, click 'Start,' type 'Windows Update' into the search field and press 'Enter.'
2. Click 'Check for Updates' and 'Install Updates.' Windows installs a security update designed to fix the problems associated with Mshtml.dll. If this does not solve the problem, continue to the next step.
3. Download Mshtml.dll from one of the several online dynamic link libraries. Save the file in the 'C:\Windows\System32' folder. Alternatively, you can save Mshtml.dll onto your desktop and drag it into the 'C:\Windows\System32' folder.
4. Click 'Start,' type 'cmd' into the search field and press 'Enter.' The Command Prompt opens.
5. Type the following command into the Command Prompt and press 'Enter.'regsvr32 mshtml.dll
6. Close the Command Prompt and restart your computer.
Read more ►

Wednesday, September 14, 2011

How to Fix a 3194 Downgrading Error


1. Connect your iPod or iPad to your computer using a USB cable, and open iTunes.
2. Disconnect all other USB devices from the computer.
3. Click “Help” on a PC or click “iTunes” on a Mac.
4. Click “Check for Updates.” According to the Apple website, updating iTunes to the newest version fixes many instances of error code 3194. An updated iTunes account should be compatible with most devices, including older, downgraded versions.
5. Click the Windows “Start” orb, type “Windows Update” into the blank start menu field, click the update icon, and click “Check for Updates.” On a Mac, click the Apple menu, click “Software Update,” and click to install any available updates. Out-of-date operating system firmware can sometimes cause error code 3194.
6. Right-click on any firewalls and anti-virus protection in your system tray and click “Exit” or “Close.” Overzealous security measures can sometimes block iTunes and result in system restore error codes. If this does not fix the problem, you may need to take the device in for maintenance for hardware incompatibility issues.
Read more ►