I keep encountering this error in various parts of my web application and I'm trying to understand the root cause.
The error seems to be related to a specific control, such as ASPxClientTextBox. So far, the only potential solution I've come across is to verify the existence of an entry for "WebResource.axd" in the httphandlers section of the .net web.config file located at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config, which is already present.
Any suggestions on what might be causing this issue or where else I should investigate?