Forum Moderators: open

Message Too Old, No Replies

'80020009' error

'80020009' Exception occurred.

         

elifer

12:47 pm on Feb 20, 2005 (gmt 0)

10+ Year Member



Hello,

Could someone help me out with this error?
'80020009'
Exception occurred.
/site/functions.asp, line 174

<snip>

[edited by: Xoc at 10:44 am (utc) on Feb. 21, 2005]
[edit reason] No "debug this for me" posts, especially over 30 lines. See charter. [/edit]

mattglet

4:01 pm on Feb 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



2 things:

- Please don't paste your database username/password/connection string. You have provided enough info for anyone to connect to your database, and delete everything in it, or steal any credit card/personal info you may have.

- If you're going to paste the code to your whole site, at least mark where line 174 is.

txbakers

11:49 pm on Feb 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Also: from the Charter and Terms of Service for this forum:

No "here's a large amount of code, debug it for me" posts. Keep all code concise and under 30 lines max. Long code posts will be simply be deleted. The one exception is for tutorials.

plumsauce

11:19 am on Feb 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



anyways, you can probably find a topical answer if you follow the strategy of putting the following into a search engine:

80020009 asp exception

i'm not putting you off, this is the strategy i usually use myself.

if you limit the search to microsoft.com you will likely get a very specific page. or you may want to search at support.microsoft.com. that will likely kick up a series of knowledge base articles. or if you have the msdn library, plug the number into the search mechanism.

elifer

11:50 am on Feb 21, 2005 (gmt 0)

10+ Year Member



Here is line 174:

response.Write(Replace(Rs_page("pg_content"),"´","'"))

I hope someone can help me....thanks:)

mattglet

11:11 pm on Feb 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're probably trying to do a replace on a NULL value. Make sure that your Rs_page("pg_content") contains an actual value.