Wednesday, April 27, 2011

How to Restore Missing DLL Files Free


1. Go to the website in the Resource section to download the DLL file missing from your hard drive.
2. Click on the letter that the DLL file name begins with in Section 1.
3. Scroll through the list of DLL file names on the next page to find the link to the file you are looking for and click on it.
4. Click on the 'Click here to go to download 'DLL file name'' link on the next page, which will open a new window with the download, and then on the 'Download 'DLL file name'' link. Click on 'Save File' in the pop-up confirmation to accept the download.
5. Double-click the saved file after the download is finished to launch the WinRar archiver, which will automatically decompress the file into the missing DLL you are looking for. Right-click on the file and select 'Copy'; go Start --> C: --> Windows --> System32 to access the system directory, right-click anywhere in the blank space, click on 'Paste' and then click on 'Yes' to add the new DLL file.
6. Restart your computer.
Read more ►

How to Repair User32.dll


1. Save and then close any files and programs that are open.
2. Back up your data on external media. (Note: Your computer system may be unstable, so applying this step is a precautionary measure.)
3. Click 'Start,' click 'Run' and then type 'cmd' in the Open box.
4. Click 'OK,' type 'tasklist /m User32.dll' and then press 'Enter.'
5. Find the program that created the error in the 'Image Name' list and then remove or reinstall it. If your computer continues to display USER32.DLL error messages, continue.
6. Repair or reinstall the damaged or missing USER32.DLL files using your operating system recovery disk. (Note: Since this is a total reinstall, be sure to follow Steps 1 and 2 before applying this step.)
Read more ►

Tuesday, April 26, 2011

How to Fix XML Errors


1. Validate your XML data. It can be tempting for developers to create XML data and only worry about its accuracy if it does not work within the project as a whole. However, by validating your XML data as a standard practice when you create it, you can save yourself stress when you use the data. The official W3C Markup Validation service is the main source for validating XML markup, yet the W3Schools site provides a similar service, so choose one and upload your code. XML validation highlights errors in markup syntax. You may find that a single markup error has multiple knock-on effects, making the validation result seem worse than it is. For this reason, validate your XML data again after fixing each error.
2. Highlight your XML data. The best way to handle XML errors is to create a working situation in which they are avoided as much as possible during the development process. Use either a text editor that highlights XML syntax, such as Notepad++, a specialized XML editor, such as Oxygen or Amaya, or an IDE such as Eclipse or Dreamweaver to create a preventative approach to XML errors. As well as highlighting errors as you type, some of these tools prompt you with code, such as closing a tag you have already opened, or providing drop-down lists of tags within the document.
3. Use any XML Schemas or Document Type Definitions (DTD) provided. If your XML data is accompanied by an XML Schema Definition (XSD) or a DTD, use this to check your markup. These documents declare the structures, elements and attributes that a set of XML data is expected to observe. Depending on the project you're working on, the Schema or DTD may be designed to enforce the rules necessary for the XML data to be usable, along with other technologies involved in the application. Failure to comply with it may be causing errors.
4. Check your XML structures. When you are checking your XML for markup errors, there are a number of common things to look for. In valid XML, all tags must be closed, so check that your opening tags are either followed by a closing tag with the same name or are self-closing as follows:<object type='chair'/>It's also worth checking that all of your element attributes have been given a value, and that the values are contained between quotation marks. The structure of your XML data must also be nested correctly, so check that parent and child elements are structured properly. The following is an example of a nesting error, where the child element has been closed outside the parent element instead of inside it:<parent><child><name>Sam</name></parent></child>
5. Check for character errors. Character errors are common in XML data. XML is designed to contain a wide variety of international language characters, with Unicode the recommended encoding system to facilitate this. If an XML document has been saved using only ASCII encoding, the inclusion of some characters will cause errors. Some characters are also illegal when used within XML element and attribute values, so check for these also. They include the 'greater than' and 'less than' characters used to delineate tags:<tag>When used within XML data, these must be indicated using their entity references as in this example:<info>price > 500</info>
Read more ►

Monday, April 25, 2011

How to Replace PSAPI.DLL


1. Open your Web browser and navigate to the download page for a working version of psapi.dll. You can find a link to this location in the Resources section.
2. Click the download link and download the .zip file containing the .dll file. Take note of the location to which the file is being downloaded.
3. Navigate to the .zip file on your computer after the download has finished. Double-click the file to open it in WinZip, then click the 'Extract' button and extract it to your computer's desktop.
4. Right-click on the 'Start' button in Windows and select 'Explore' from the pop-up menu. Navigate through the file menu in the left-hand pane to the system folder for your version of Windows. If you're using a 32-bit version of Windows XP or Vista, it's 'C:\Windows\System32.' If you're using 64-bit Windows XP or Vista, it's 'C:\WindowsSysWOW64.' In Windows 2000 and NT, it's 'C:\WINNT\System32.' In Windows 95 and 98, it's 'C:\Windows\System.'
5. Highlight the system folder by left-clicking it once; then drag and drop the psapi.dll file from your desktop into the right-side panel of the Explore window.
6. Click 'Replace' when Windows asks you if you want to replace the existing psapi.dll with the new one.
Read more ►

Sunday, April 24, 2011

How to Reinstall Some Missing Files


1. Windows Update
1. Open the Start menu, click \"All Programs,\" and then click \"Windows Update.\"
2. Click the “Check for updates” link to have Windows Update scan the computer. Download and install the critical updates presented by Windows Update.
3. Restart the computer and check for the missing file. If the file is still missing, proceed below to Section 2 for Windows XP or Section 3 for Windows Vista and Windows 7. If a DLL file is missing, skip to Section 4.
System File Protection in Windows XP
4. Insert the Windows XP installation or recovery disc. Close the window that starts up with the disc.
5. Open the Start menu, click \"Run,\" and then type “sfc /scannow” in the field. Press \"Enter\" to run System File Protection. The process will run for several minutes then end without further notification. It will automatically replace missing or corrupted system files.
6. Restart the computer; the missing system files should be restored.
System File Checker in Windows Vista and Windows 7
7. Open the Start menu, click \"All Programs,\" click \"Accessories\" and then right-click \"Command Prompt.\" Left-click the “run as administrator” option.
8. Clear the command line by typing “cd\\” then press Enter. Type “sfc /scannow” then press \"Enter.\" The System File Checker scan will take a while to complete but does not require constant monitoring. System File Checker will report on any missing or corrupted files and replace them.
9. Restart the computer, and check for any missing file errors.
Missing DLL Files
10. Visit DLL-files.com and perform a search for the missing DLL file.
11. Download the ZIP archive containing the missing DLL file, then extract the DLL file into the System32 folder for Windows. The system folder can be found in the C:\\Windows\\ directory. Use the System64 folder if running a 64-bit version of Windows.
12. Open the Start menu, type “regsvr32” followed by a space and the DLL file name, and then press \"Enter.\" The “regsvr” command will register the DLL with Windows. Use regsvr64 for 64-bit Windows.
Read more ►

How to Install a HAL.DLL File


1. Click on the Hal.dll download link provided in 'Resources.' This will take you to a page that offers the file as a download.
2. Click on the blue underlined link that says, 'Click here to go to the download of Hal.dll.' This will bring up a new small pop-up window called 'hal.dll step 3 of 3.'
3. Click 'Download hal.dll.' The file will now be downloaded as a zip file.
4. Download and install a zip converter software if your computer does not currently have one. WinZip provides a free trial version of its software (see download link in Resources).
5. Open the 'hal.dll' zip file. It will now be opened by the WinZip program (or whatever you have running on the computer). In the extract location, select 'C:\Windows\System32\.
6. Click 'Extract' (or unzip, depending on the program). The file will now be extracted and installed into the Microsoft Windows directory.
Read more ►

How to Open D3DRM.DLL


1. Right-click on the D3drm.dll file, which according to the File Inspect Library website, 'is usually located in the %SYSTEM% sub-folder.'
2. Click on 'Open With.'
3. Click on 'Choose Default Program.'
4. Click on the icon of the software you wish to use to open the D3drm.dll file with.
5. Click on 'Browse' to search for the software you wish to use only if Windows does not display it. Then click on 'Open.'
6. Click on 'Ok.' The D3drm.dll file will open.
Read more ►

Friday, April 22, 2011

How to Install ActiveX CAB Files


1. Locate the CAB file on your hard drive. If you already know where it is located, you can skip this step. Otherwise, click the Start button in Windows and then click "Search." In the Search window, click "All files and folders," type the name of the CAB file in the search field and click the "Search" button. When the file appears in the search results, look at the file path specified to determine its location.
2. Click the Start button in Windows and then click "Run." Type "msconfig" in the Run window and click "OK." This will open the Windows Configuration Utility, which can be used to decompress CAB files.
3. Click the "Expand File" button on the "General" tab of the Windows Configuration Utility.
4. Click the "Browse file" button next to the "File to restore" field. This will open up a small file browsing window. Navigate to the location of the CAB file in this window, then click the CAB file. Click the "Open" button to select it.
5. Click the "Browse file" button next to the "Save file in" field. This will open another small file browsing window. Click "Desktop" in the file browser, then click the "New Folder" icon at the top of the window. Type in whatever name you want for the folder, which will be temporary, and press "Enter." Double-click the new folder, then click the "OK" button.
6. Click the "Expand" button. Windows will expand the contents of the CAB file into the folder you just created.
7. Double-click the new folder on your desktop. There should be several files within the folder, one of which should have an EXE file extension. This file is often called setup.exe. Double-click the EXE file to open the ActiveX control installation utility.
8. Follow the on-screen prompts to install the ActiveX control. The installer will use the collection of files stored in the temporary folder to install it. At the end of the process, click the "Finish" button on the installation utility.
9. Drag the new folder on your desktop into the Recycle Bin, as you no longer need it after installing the ActiveX control.
Read more ►

How to Build a Flash Website


1. Open your flash source file or create a new one. To create a new file, perform the actions in Step 2.
2. Choose 'File' from the top menu bar and choose 'New.' The 'New Document' window displays. Select a 'Flash File' option. Create your Flash animation using the tools and options available. Save the file by selecting 'File' from the top menu bar and then 'Save.' Name the file.
3. Choose 'File' from the top menu bar and then 'Publish Settings' from the 'Publish Settings' window. Check the 'Flash' and 'HTML' boxes. This will cause output of an HTML and SWF file of your animation. Click 'Publish.' Click 'OK.'
4. Look in the directory where the files were saved and locate the HTML and SWF files. The HTML file has the coding needed to embed the SWF file. The 'Publish' method also generated the file 'AC_RunActiveContent.js.' This file has coding to fix several browser glitches associated with the use of active content. The HTML contains a reference to this file. Upload these three files to your server.
5. Follow these methods to produce other Flash pages you will include in your website.
Read more ►

How to Fix a Run DLL Error on My Laptop


Stop The Process
1. Press 'Ctrl' + 'Alt' + 'Delete.'
2. Click on 'Start Task Manager' and then click on the 'Processes' tab.
3. Click on 'rundll.exe' and then click 'End Process.'
Locate and Delete The Registry Entry
4. Click on the 'Start' menu.
5. Type 'regedit' into the Search Programs and Files box and press 'Enter.' The Registry Editor opens.
6. Navigate to the following folder in the left pane of the Registry Editor. Click on the folder when you find it.'HKEY_LOCAL_MACHINE> SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ RUN'
7. Right-click on the following registry entry in the right-pane of the Registry Editor and select 'Delete.''rusvdgpo' = 'System\undll32.exe System\usvdgpo.dll, [RANDOM LETTERS]'
8. Restart your computer. When your computer restarts, it will automatically fix the Run DLL error.
Read more ►

Thursday, April 21, 2011

How to Restore a DLL


1. Download the DLL file (see links for free DLL download websites in the Resources).
2. Right-click the saved DLL file and click 'Copy.' Go to the 'Start' menu, click 'Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and then the 'System32' folder. Right-click anywhere in a blank space and click 'Paste.'
3. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type 'Regsvr32 C:\Windows\System32\filename.dll' in the search field and hit 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►

How to Get Rid of Error 678


1. Check the network cable running from the modem to the ethernet port on your computer. Make sure the cable is connected fully and is not damaged in any way. Replace the cable if any signs of wear are apparent.
2. Click on the 'Start' menu, then 'Run' and type 'ncpa.cpl' into the Run box. Press 'Enter.' Right-click on the 'Local Area Connection' and select 'Enable' to ensure your adapter is able to connect.
3. Disconnect the modem from the network cable and power source. Leave the modem unconnected for 2 minutes before reconnecting and restarting it.
4. Close the Internet browser and any other programs that are running on your program and shut down the computer. Turn the computer back on to reset all connections.
5. Install a virus-cleaning program on your computer and run it to find any spyware or adware that is located on your hard drive. Remove any of the software that the program detects to erase them from the computer.
6. Click on 'Start' then 'Run' and enter 'sysdm.cpl' in the Run box, then click 'OK.' Choose the 'Hardware' tab and select 'Device Manager' and then the 'Network Adapter.'
7. Right-click on your adapter, choose 'Uninstall' and follow the prompts until you have to restart your computer. Choose the 'Scan' option when the computer restarts to reinstall the adapter.
Read more ►

How to Fix the Csgina.Dll When the Computer Will Not Boot


1. Start your computer.
2. Tap 'F8' repeatedly as the computer is loading to boot into Safe Mode.
3. Open the 'Start' menu and click on 'Run.'
4. Type in 'regedit' and press 'Enter.'
5. Open the 'Edit' menu, click on 'Find,' type in 'csgina.dll' and press 'Enter.'
6. Right click on the 'csgina.dll' entry and press 'Delete.'
7. Reboot your computer.
Read more ►

How to Delete a Dll Rundll Error


1. Identify the process that is causing the error by taking note of the dll name at the end of the message box error. For example, if the error message box displays 'Error loading C:WINDOWS\ system32\ error.dll,' error.dll would be the name of the dll process.
2. Press the Windows key. Type 'cmd' in the Start Search field and press 'Enter.' Type 'services.msc' at the prompt and press 'Enter.'
3. Click the process that you took note of in step 1 and select 'Stop.' Exit the program.
4. Press the Windows key. Type 'regedit' in the Start Search field and press 'Enter.' This will open the Registry Editor. Navigate to the following registry path:'HKEY_LOCAL_MACHINE> SOFTWARE> Microsoft> Windows> CurrentVersion> RUN'
5. Right-click the registry entry of the dll process from step 1, which will appear as the following: 'error' = '%System%undll32.exe %System%error.dll.' Click 'Delete' and exit the Registry Editor.
Read more ►

How to Restore an Uxtheme Dll


1. Download uxtheme.dll from one of many online DLL libraries. (See Resources.)
2. Open the Command Prompt. If you are using Windows Vista or Windows 7, click 'Start' and type 'cmd' into the 'Search' box, and press 'Enter' to open the Command Prompt. If you are using Windows XP, click 'Start' and 'Run' and type 'cmd' into the dialog box and click 'OK' to open the Command Prompt.
3. Type 'regsvr32 uxtheme.dll' (without the quotation marks) into the Command Prompt and press 'Enter.'
4. Click 'Yes' to confirm that you would like to register the DLL.
5. Close the Command Prompt and restart your computer. Uxtheme.dll is now restored.
Read more ►