RoyBaird
Posts: 115
|
| Posted: 11/07/2006, 4:03 PM |
|
I have changed nothing in the code, and I am now getting this error on headers and footers. I have republished the project, but no help.
=========================================================
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Attributes'
/iad/Index.asp, line 47
=========================================================
here is the code:
'Initialize Objects @1-751C1B08
Set Attributes = New clsAttributes
' Controls
Set Footer = New clsFooter
Set Footer.Attributes = Attributes <------ line 47.....
Footer.Initialize "Footer", ""
_________________
Roy |
 |
 |
mrachow
Posts: 509
|
| Posted: 11/08/2006, 11:25 PM |
|
Maybe the following will help.
Delete all asp files that will be completly generated by Studio e.g. not the custom events files.
Do this in your project folder (not on webserver).
_________________
Best regards,
Michael |
 |
 |
TheunisP
Posts: 342
|
| Posted: 11/10/2006, 3:19 PM |
|
had something similiar - your common files are still the old version recreate the whole project and upload - so common.asp, classes.asp etc muct be regenerated en re uploaded
|
 |
 |
|