the line number that that error refers to is the output of the members.asp file when loaded in a browser, not the actuall members.asp file itself. i'm almost possitive that its a javascript error. i had simmilar problems on one of my pages. it was because i did not have a "\" in one of the javascript functions in member.asp. the output code looked like this:
onMouseOver="(window.status='View bozden's Profile');
instead of this:
onMouseOver="(window.status='View bozden\'s Profile');
don't know if that actually helps or not, but thought i'd add my ideas.