Taalla
|
| Posted: 06/11/2002, 3:27 PM |
|
Hi,
I am getting this error when I run the basic TaskManager Application in CCS version 1. Any help would be appreciated.
The detailed error is as follows:
Error Type:
Microsoft VBScript runtime (0x800A01B0)
File name or class name not found during Automation operation: 'RegExp'
/TaskManager/Template.asp, line 420
Regards
Taalla
|
|
|
 |
Alex
|
| Posted: 06/12/2002, 7:07 AM |
|
Please try to register vbscript.dll.
Find the folder where it is located, e.g.: c:\WINNT\SYSTEM32\vbscript.dll
Then run following command in command line:
%systemroot%\system32\regsvr32.exe "c:\WINNT\SYSTEM32\vbscript.dll"
Of course change path to .dll if need.
|
|
|
 |
|