On Fri, 06 Apr 2001 22:12:30 -0400, "Erik Yowell"
<[EMAIL PROTECTED]> wrote:
>Help! If anyone
>has any answers or possible causes, please email me... I doubt I'll be
>sleeping until I get it fixed. :)
Erik,
That's one of CF's "garbage errors"... it can indicate any number of
potential problems, and doesn't give you any useful feedback you can
use to hunt down the real error.
Along with the other suggestions you've received, I'd recommend
looking for any use of the Duplicate() function in your code. At one
point, I had an app that used Duplicate() to move Session scoped
queries-within-nested-structures into the Request scope, and it would
consistently bomb with the error you received.
The solution was to toss out Duplicate() until CF5 and use WDDX to
move between scopes instead.
--
Roger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists