Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 error that shouldnt be...?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 04 January 2005 :  23:17:24  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message

Active Server Pages error 'ASP 0116'

Missing close of script delimiter

/dev/kpoll/kpoll_connect.asp, line 23

The Script block lacks the close of script tag (%>). 


Line 23 is:


%><!--#include file="kpoll_config.asp" --><%


The closing tag is there, and in the include (kpoll_config.asp) both the opening and closing ASP tags are there... I dont understand why its throwing me this error. I tried putting them on different lines, and spacing them out to no avail....

-Stim

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 January 2005 :  23:26:13  Show Profile
Don't look at that. There's another problem with the script that causes the error. Check all your if...end if statements make sure they are closed off. And also any other statements you using in your file, make sure they are closed off properly.

Support Snitz Forums
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 04 January 2005 :  23:32:13  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Davio you're the man! I didnt think to look at that stuff... turns out I spelled "end" wrong...

instead of "End Function" I had "Edn Function"

I dont understand though why it would throw the wrong error??

-Stim
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 05 January 2005 :  00:54:03  Show Profile
You want it to tell you that you mis-spelled End?
ASP engine didn't know what to do with it so it just gave out an error I guess. It doesnt know what Edn Function is. Probably treated the rest of the code as being part of the function.

Had the same problem recently, and couldn't see anything wrong with the closing tags. So I decided to look at the code of the page and found I had a mis-spelling too.

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07