Microsoft JScript runtime error: ASPx is undefined
Posted
by
Joe
on Stack Overflow
See other posts from Stack Overflow
or by Joe
Published on 2011-01-13T18:08:57Z
Indexed on
2011/01/13
19:53 UTC
Read the original article
Hit count: 220
I'm getting this error all over the place in my web application and trying to figure out why.
The error is always for some control, ASPxClientTextBox for example. So far the only thing I've found as a potential fix is to check the httphandlers section of the .net web.config (the one in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config) and make sure an entry for "WebResource.axd" exists, which it does.
Any idea's what's going on or where I should look?
© Stack Overflow or respective owner