Library not registered message or other problems with regexp

If you receive the message "Library not registered" or another message stating that you have a problem with the regexp (Regular Expression) COM object when you use Business Desk, you may need to unregister and then reregister the VBscript.dll file, which is located in the Windows System32 folder on the server.

This error message can appear on any page that contains text edit controls (EditField).

Solution

Unregister and reregister the file VBScript.dll. The following procedure assumes that Windows is installed at C:\winnt.

To unregister the file VBScript.dll

  • At the command prompt, type:

    regsvr32.exe c:/winnt/system32/VBScript.dll /u

To reregister the file VBScript.dll

  • At the command prompt, type:

    regsvr32.exe c:/winnt/system32/VBScript.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.