Fix Error “Documents.library-ms is no longer working” in Windows 7

When you double-click a library to view the contents, the following error may occur. “<libraryname>.library-ms” is no longer working. For example, the following error may occur when opening Documents library “Documents.library-ms” is no longer working. This library can be safely deleted from your computer. Folders that have been included will not be affected. Similarly when … Read more

Fix for Event Log Service Startup Error 1079

When you start the Event Viewer, the following error message may be shown. Event Log service is unavailable. Verify that the service is running. Any attempts to start the Event Log service results in the following error: Windows could not start the Windows Event Log service on Local Computer. Error 1079: The account specified for … Read more

Fix for RICHTX32.OCX Component Error when running a Program

richtx32.ocx error

When you run an application built using (classic) Visual Basic 6.0, the following error message may occur, and the program terminates.

richtx32.ocx error

Component 'RICHTX32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

(or)

Failed to load control 'RichTextBox' from RICHTX32.OCX

This happens if the program uses Rich TextBox ActiveX Control (RichTx32.ocx), but does not include the ActiveX file in the setup package. This runtime is not included in Windows and is supposed to be distributed along with the program. And, RichTx32.ocx ActiveX Control is not included in VB6 run-time distribution package from Microsoft either.Read more

“Application not found” Hyperlink Error in Mail

outlook hyperlink error - reset default browser

When you click on a hyperlink in your mail clients such as Microsoft Outlook, Windows Mail, or Windows Live Mail, you may see the Application not found or General failure errors.

General Failure. The application cannot be found.

This error occurs if the default browser is not correctly set, or the html file association and/or http protocol associations are incorrect. The same error may occur when double-clicking an Internet Shortcut (.URL) file in the system.Read more

[Fix] Can’t find Script Engine Vbscript, and “no script engine for .vbs”

When you run a VBScript or .msi setup file that runs a VBScript, you may receive one of the following errors: Can’t find script engine “VBScript” for script C:\ProgramData\Microsoft\Windows\OFFICEICON.vbs There is no script engine for file extension “.vbs”. This happens if the vbscript.dll module is not registered correctly or the .VBS file association settings are … Read more