dblayout
|
| Posted: 07/04/2003, 10:21 AM |
|
I am a newbie to ASP & CodeCharge and I have an application I have been working on and now suddenly I am getting the following error when I Publish the Project:
Warning:Unable to find the beginning of block Button,Ln: 65, Col: 161.
When I try & run the application I get the error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'MainTpl'
/TxRealEstateDataBank/Header.asp, line 85
I don't have a clue as to what caused this or how to fix it.
Any help please, please, please???
Thanks
Chris
|
|
|
 |
Peter
|
| Posted: 07/04/2003, 11:29 AM |
|
Chris,
it seems that you have changed manually the html code or deleted two items with extendet html.
You have to do follwing steps:
- Find out, which block generates the error (press f8, in the status window you will see the block name)
- go to html view and search for this block
- delete the entry <!-- END xx yyzz -->, where yyzz is the block name
- goto design mode
- change the properties of the control, where you need the "visible" attribute, to "extended html"
- press f8 again (to publish the page)
- finally it should work
Best regards
Peter
|
|
|
 |
|