PRB: '800a0005' Invalid Procedure Call Or Argument When Using the Recordset DTCID: Q235644
|
When viewing an Active Server Page (ASP) that contains a Recordset Design-Time Control (DTC) and the Recordset DTC specifies in the Database Object combo box as DE Commands, the following error might occur:
Microsoft JScript runtime error '800a0005'
Invalid procedure call or argument
/Project6/_ScriptLibrary/pm.asp, line 161
This error might occur when the global.asa file of the Web project is not executing. Line 161 of the pm.asp file contains a reference to an application variable, Application('DE'), defined in the global.asa file. When the global.asa file is not executing, the Application('DE') becomes undefined and the above error occurs.
To resolve this error, set the virtual directory where the Web project resides as a Web application. The following steps show how to create a Web application for the Web project's virtual directory:
Please refer to the following Web site for related Visual InterDev 6.0 articles:
http://msdn.microsoft.com/vinterdev/technical/articles.asp
Additional query words:
Keywords : kbCtrl kbVisID600 kbGrpASP kbDSupport
Version : WINDOWS:6.0; winnt:4.0
Platform : WINDOWS winnt
Issue type : kbprb
Last Reviewed: August 2, 1999