rbravo
|
| Posted: 06/19/2002, 3:20 PM |
|
I am using Codecharge Pro and it works fine when I publish with ASP 2.0, however if I choose "ASP 2.0 with Templates". Then it will not work. My webserver is IIS 4.0 on WinNT. Is there any compatibility issue? Do I have to install something additional on the server?.
This problem is now more important because I am evaluating Codecharge studio which only has the ASP 3.0 with Templates option. Here, at execution of a simple example I get the error:
error '8002801d'
Library not registered.
/PruebaSencilla/Template.asp, line 420
Any Help?
|
|
|
 |
Alexis Alexopoulos
|
| Posted: 06/20/2002, 6: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.
Let us know the results.
|
|
|
 |
rbravo
|
| Posted: 06/20/2002, 11:53 AM |
|
I registered vbscript.dll, but it still shows the same error.
Vbscripting is working because when I use ASP 2.0 (with CCPro) it executes perfectly, and that includes many vbscripting lines.
Any other ideas?
|
|
|
 |
wonko
|
| Posted: 06/21/2002, 12:05 AM |
|
have a look @ this thread : http://www.gotocode.com/disc_viewt.asp?mid=11482&s_topic=iis+trouble&
probably it is the same solution
|
|
|
 |
Nicole
|
| Posted: 06/24/2002, 1:55 AM |
|
May be the error is caused by quite low version of VBScript installed on server. Please try to install scripting host 5.6. It's available at: http://download.microsoft.com/download/winscript56/Inst...US/scripten.exe
(and the doc file is: http://msdn.microsoft.com/downloads/default.asp?url=/do...ompositedoc.xml)
|
|
|
 |
Nicole
|
| Posted: 06/24/2002, 1:55 AM |
|
May be the error is caused by quite low version of VBScript installed on server. Please try to install scripting host 5.6. It's available at: http://download.microsoft.com/download/winscript56/Inst...US/scripten.exe
(and the doc file is: http://msdn.microsoft.com/downloads/default.asp?url=/do...ompositedoc.xml)
|
|
|
 |
CodeCreep
|
| Posted: 07/06/2002, 9:16 AM |
|
Are U Using Nortons antivirus 2002? If so, turn off the script blocking. I had the very sameissue, I turned off the script blocker in Nortons and Voila! it ran like a champ. Hope this helped.
|
|
|
 |