Business Desk: "Library not registered" or other problems with regexp

When using Commerce Server Business Desk, if you receive the message "Library not registered" or another message stating that you have a problem with the regexp (Regular Expression) COM object, you may need to unregister and then re-register the Vbscript.dll file, which is located in the Windows System32 folder of the server.

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

Solution

Unregister and re-register 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 re-register the file VBScript.dll

  • At the command prompt, type: regsvr32.exe c:/winnt/system32/VBScript.dll


All rights reserved.