|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
pm.asp runtime error |
From: |
Amy Maloney |
Date: |
7/14/1999 11:00:23 AM |
IP: |
192.127.94.7 |
I have not touched the pm.asp file, but get this error when trying to view .asp pages in the browser:
Microsoft JScript runtime error 800a0005
Invalid procedure call or argument
/Project3/_ScriptLibrary/pm.asp, line 161
Line 161 looks like:
function _SOM_createDE()
{
if (!this._bDECreated)
{
DE = Server.CreateObject(DERuntime.DERuntime);
DE.Init(Application(DE)); (161)
this._bDECreated = true;
}
}
|
Follow Up - Re: pm.asp runtime error - Jerry 2/15/2000 11:15:25 AM
|
|
|
|
|
|
|
|
|
|
|
|