SIGEAL
Posts: 14
|
| Posted: 05/13/2004, 2:11 PM |
|
Hi,
I run CCS on an XP Pro Machine running IIS 5.1 and MSDEA, and I got this error message when I try to display Live Pages (asp 3.0 with templates) :
Erreur de compilation Microsoft VBScript error '800a0401'
Fin d'instruction attendue
/iisHelp/common/500-100.asp, line 11
Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL
--------------------------------------------------------------------------^
error '8002801d'
Bibliothèque non inscrite.
/EssaiSOFA/Template.asp, line 438
Line 438 contains the following :
Set RegExpObject = New RegExp
Has anybody encounter that kind of problem ?
Thanks for your help.
_________________
Christophe DAMOUR - SIGéal |
 |
 |
SIGEAL
Posts: 14
|
| Posted: 05/17/2004, 12:45 AM |
|
I finallly found the solution to my problem on MSDN website :
msdn.microsoft.com/library/default.asp?url=/library/en-us/comsrv2k/htm/cs_mmc_troubleshooting_zuux.asp
1- Unregister the file vbscript.dll
regsrv32.exe c:\winnt\system32\vbscript.dll /u
1- Re-register the file vbscript.dll
regsrv32.exe c:\winnt\system32\vbscript.dll
Everything works all right after I did that on may workstation.
Hope this will help people having the same problem.
_________________
Christophe DAMOUR - SIGéal |
 |
 |
|