Tuesday, October 25, 2011

How to Register Multiple .NET DLL Files


1. Click the Windows 'Start' button on the computer that contains the DLL file. Type 'cmd' in the search text box and press 'Enter.' The MS-DOS window opens.
2. Type 'REGSVR32 /s DLL_name' where 'DLL_name' is the name of the .NET DLL file. The 's' switch silently installs the file without any output.
3. Press 'Enter' to install the file. Registering a file only takes a few seconds. After you receive a 'Success' message, you can use the DLL files in your programs.
Read more ►

How to Remove an Error on a Page


Remove Temporary Internet Files
1. Open Internet Explorer.
2. Click 'Tools' and choose 'Internet Options.' This will open a dialog box with all of the options available while viewing Internet websites.
3. Click the 'Delete' button from the 'Browsing History' heading.
4. Choose the 'Temporary Internet Files' check box. Take the check out of the box in front of 'Cookies' and 'History,' so this information is not deleted in this exercise. Take the check out of the 'Preserve Favorites Website Data' box. Click the 'Delete' button.
5. Close the 'Internet Options' dialog box by choosing the 'OK' button.
Disable Script Debugging
6. Open Internet Explorer.
7. Click 'Tools' and choose 'Internet Options.'
8. Click the 'Advanced' tab. Under the 'Browsing' heading, find the two 'Disable script debugging...' options and put a check in each box.
9. Click the 'OK' button to accept the changes and close the 'Internet Options' dialog box.
Allow ActiveX, Java and Active Scripting
10. Open Internet Explorer.
11. Click 'Tools' and choose 'Internet Options.'
12. Click the 'Security' tab. Click the 'Internet' icon, if it isn't already chosen.
13. Click the 'Default Level' button. This should take the slider to the 'Medium-high' level, which allows signed ActiveX, Java and active scripts.
14. Click the 'OK' button to accept the changes and close the 'Internet Options' dialog box.
Update Internet Explorer
15. Navigate to the Internet Explorer product page (the link is located in the Resources section below).
16. Click the link for the appropriate version of Internet Explorer.
17. Download and install the Internet Explorer update.
Read more ►

Monday, October 24, 2011

How to Fix a 1935 Error


Restart Windows
1. Restart your PC.
2. Load the operating system.
3. Reinstall the upgrade of the .NET Framework. You will no longer get the 1935 error message, the cause of which is removed after a restart.
Stop Windows Installer
4. Open the Control Panel.
5. Double-click 'Administrative Tools.'
6. Double-click 'Services.'
7. Right-click 'Windows Installer.'
8. Click 'Stop.' Now you won't receive the 1935 error when you upgrade the .NET Framework.
Read more ►

How to Fix a quot;Could Not Find Flash OCX Filequot; Error


1. Download and install Flash Player if it is not already installed on your computer (see Resources).
2. Open Windows Explorer by clicking on 'Computer' in your 'Start' menu. Browse to the folder containing the Flash system files. This is C:\Windows\System32\Macromed\Flash on most computers, and C:\Windows\SysWOW64\Macromed\Flash in 64-bit versions of Windows.
3. Look for a file with the name 'flash**.ocx,' where the two asterisks represent the version number and, sometimes, letter. Right-click on it and select 'Copy'.
4. Right-click on the background of the folder and select 'Paste'. This may prompt you to overwrite the existing file or create a new one. Choose to create a new file, which will likely be automatically given a name along the lines of 'Copy of flash**.ocx'.
5. Press F2 to rename the file. Call it 'flash.ocx', without the version number --- the exact file name for which your computer is looking.
Read more ►

How to Convert WordPress Posts to PDF


1. Open the 'Plugins' menu while viewing your WordPress dashboard, and then click 'Add New.'
2. Enter 'PDF24' in the text field at the top of the page, and then press 'Enter.'
3. Click 'Install Now' under 'PDF24 Article to PDF' on the search results page.
4. Click 'OK,' and then click the 'Activate Plugin' link at the top of the page.
5. Display any of the posts on your WordPress blog to see the 'Send article as PDF' box at the bottom.
6. Type your email address, and then click the 'Send' button to confirm that the plugin works.
Read more ►

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 ►