Gary D
|
| Posted: 06/15/2002, 11:07 AM |
|
Can anyone tell me what this error means?? The whole project stop working
on the web server.
Microsoft VBScript runtime error '800a01a8'
Object required: 'TemplateBlock'
/tombrady/edit_cust.asp, line 224
|
|
|
 |
DonB
|
| Posted: 06/15/2002, 6:39 PM |
|
Do you still have Template.asp? I'm guessing not. If the file exists, then
maybe damaged This object is implemented in that file, so the fundamental
problem is that the class is not being instantiated.
"Gary D" <gary_dn@@hotmail.com> wrote in message
news:aefvpe$45m$1@news.codecharge.com...
> Can anyone tell me what this error means?? The whole project stop working
> on the web server.
>
>
> Microsoft VBScript runtime error '800a01a8'
>
> Object required: 'TemplateBlock'
>
> /tombrady/edit_cust.asp, line 224
>
>
>
|
|
|
 |
|