Jan K. van Dalen
|
| Posted: 08/15/2001, 9:07 AM |
|
Hi Everyone,
While I'm able to run my CodeCharge application on a W2K Workstation with
II5, when I copy the files to a NT4.0 SP6 with IIS4 I keep getting the
following message:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/mrcextra/Common.asp, line 24
I checked the MS knowledgebase and their suggestion did not fix the problem.
|
|
|
 |
CodeCharge
|
| Posted: 08/15/2001, 2:26 PM |
|
Some required files are missing from your system.
Please see http://support.microsoft.com/support/kb/articles/Q194/8/01.asp
CodeCharge doesn't generate nor require any non-standard DLLs, so it is most
likely a problem with your system.
However, the line 24 in Common.asp where the error occures, probably
includes the Database connection string, so you may be trying to connect to
a database via some driver that doesn't exist.
What exactly is on line 24 in your Common.asp ?
"Jan K. van Dalen" <vandalen@mindspring.com> wrote in message
news:9le6o4$6lr$1@news.codecharge.com...
> Hi Everyone,
>
> While I'm able to run my CodeCharge application on a W2K Workstation with
> II5, when I copy the files to a NT4.0 SP6 with IIS4 I keep getting the
> following message:
>
> Microsoft VBScript runtime error '800a01ad'
>
> ActiveX component can't create object
>
> /mrcextra/Common.asp, line 24
>
>
>
> I checked the MS knowledgebase and their suggestion did not fix the
problem.
>
>
>
|
|
|
 |
|