error '800a9c68' Application-defined or object-defined error |
This may also relate to the ever-popular "object variable or With block variable not set" error.
If you are using a VB6 component, use the ObjectContext method, rather than OnStartPage/OnEndPage methods to get at the ASP intrinsic objects. See
KB #243548 for more information.
If you are storing COM objects in session or application scope, please stop doing so. See
Article #2053 for more information.
If you are using WebClasses, see
KB #271764 for a possible cause/resolution.