Was there an answer to this issue?  (This is my first post, so sorry if
it goes wonky.)
 
I get this behaviour on both W2K Pro and XP Pro, ActiveState 5.8.806.
 
The smallest scenario is ... restart computer, open page (below),
restart, during shutdown (after viewing ps.asp) you get a message:
 
dllhost.exe
    The instruction at <address> referenced memory at <address>.  The
memory could not be "written."
 
Restart, visit VB.asp, restart, no problem.
 
**************************************************
 
PerlScript (ps.asp)
---------------------------
 
<%@ LANGUAGE="PerlScript" %>
<%
$Response->Write("PerlScript");
%>
 
VBScript (vb.asp)
-------------------------
 
<%@ LANGUAGE="VBScript" %>
<%
Response.Write("VBScript")
%>
 
Thanks.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to