Cry about...
MS-Windows Troubleshooting
Error: Sys. WebForms.
PageRequestManagerServerErrorException
Symptom:
When trying to run a .NET web-application which uses Ajax either:
Cause
This error (or behaviour) is caused by the interaction between Ajax and
the WebServer when the WebServer generates an error and thus the response
from the server is not handled by the Ajax JavaScript. The problem is caused
by an error in the underlying VB.NET or C#, but is being masked because
of the use of Ajax.
Remedy:
Attempt to reproduce the problem while debugging in the Visual Studio
environment. The underlying error will then become apparent, allowing you
to address it.
These notes have been tested within Microsoft Visual Studio
.NET 2008 running under Windows Vista, and may apply to other versions as
well.
|