Skip to main content
Participant
September 8, 2008
Question

trappable error

  • September 8, 2008
  • 1 reply
  • 452 views
Just moved a system over to a new server and am having problems with pages that use the Dreamweaver Recordset Navigation Bar. On the old server everything worked fine but now I get:

Active Server Pages error 'ASP 0115'
Unexpected error

NAME OF PAGE

A trappable error (C0000005) occurred in an external object. The script cannot continue running.
-----------------------------------------------------------------------------

has anyone had any experience of this and can anyone tell me how to stop it - for now I have had to remove the portion of the loop that the behavour uses - i.e. Repeat1__numRows-- != 0 - but obviously this is not ideal because now my recordset navigation doesn't work !
This topic has been closed for replies.

1 reply

Inspiring
September 8, 2008
See if this helps:

http://classicasp.aspfaq.com/general/how-do-i-solve-asp-0115-errors.html

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Fordwebs, LLC
http://www.fordwebs.com


"catalib" <webforumsuser@macromedia.com> wrote in message
news:ga3113$gob$1@forums.macromedia.com...
> Just moved a system over to a new server and am having problems with pages
> that
> use the Dreamweaver Recordset Navigation Bar. On the old server
> everything
> worked fine but now I get:
>
> Active Server Pages error 'ASP 0115'
> Unexpected error
>
> NAME OF PAGE
>
> A trappable error (C0000005) occurred in an external object. The script
> cannot
> continue running.
> -----------------------------------------------------------------------------
>
> has anyone had any experience of this and can anyone tell me how to stop
> it -
> for now I have had to remove the portion of the loop that the behavour
> uses -
> i.e. Repeat1__numRows-- != 0 - but obviously this is not ideal because now
> my
> recordset navigation doesn't work !
>
>