Runtime Error has Occured.

Last post 7/15/2008 1:49:13 PM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
7/10/2008 8:01:20 AM
nsfranklin

Runtime Error has Occured.

I'm using a timer to drive my page updates at sometimes it will work for sometime without a problem, however, eventually I get this error.

A Runtime Error has occured.

Do you wish to debug?

 

Line: 604

Error: Sys.WebForms.PageRequestManager.TimeoutException: The server request timed out.

When I debug I get the following:-

The header of the files contains this;-

// Name: MicrosoftAjaxWebForms.debug.js // Assembly: System.Web.Extensions // Version: 3.5.0.0 // FileVersion: 3.5.21022.8 //!----------------------------------------------------------------------- //! Copyright (C) Microsoft Corporation. All rights reserved. //!----------------------------------------------------------------------- //! MicrosoftAjaxWebForms.js //! Microsoft AJAX ASP.NET WebForms Framework. // Partial Rendering Type.registerNamespace('Sys.WebForms');

and line 604 is throw error; line below.

if (error && !errorHandled) {

 // DevDiv 89485: throw, don't alert()

 throw error; }

 

Any thoughts please.

7/15/2008 1:49:13 PM
Chris Pietschmann

Re:Runtime Error has Occured.

I've never encountered this error. Could you post a code example that demonstrates it?