ASP error

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
mdc1022
-


Joined: 13 Aug 2003
Posts: 2

PostPosted: Fri Aug 15, 2003 3:25 am    Post subject: ASP error Reply with quote

I am getting the following error and I am not for sure what is causing it. I am kinda new at this. I had it working at one time (it wrote 1 record, then I got this error. I would appreciate any help I could get. Thanks.

ASPEngine- Error 'ASP 0141 : 80004005'

Page Command Repeated

The @ command can only be used once within the Active Server Page
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Aug 16, 2003 4:13 pm    Post subject: Re: ASP error Reply with quote

It seems that you're using a command that begins with @ twice while it is only allowed one. So remove the second one and retry.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
mcwilliams132
-


Joined: 27 Jul 2003
Posts: 167
Location: Oshkosh, WI

PostPosted: Mon Aug 18, 2003 3:06 pm    Post subject: Reply with quote

Yes...that's your problem...

You're probably declaring the language more than once.

You may run into this if you have include files that also delcare the language...

such as...

your main page delcares it

then you have an include file that establishes your database connection that also declares it.

look at your pages and remove (all but one) of your <@ Language = VBScript %> or whatever.

That should clear it up...
_________________
::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!"
Back to top View user's profile Send private message Visit poster's website
mdc1022
-


Joined: 13 Aug 2003
Posts: 2

PostPosted: Tue Aug 19, 2003 1:08 am    Post subject: Reply with quote

Thanks for all your help, that worked. :lol:
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group