Now I'm hoping this is a faulty line number, but unfortunately I don't think it is. MS Ajax -> Telerik generated Javascript handlers -> 200 lines of Javascript on a page with 5 web grids = a bazillion lines of code I guess.
I bet with MVC this would be about 1/20th of the line number...interesting.
By the way, here is how to do a global Javascript catch if debugging tools aren't working for you-
window.onerror=function(m, u, ln){ alert('Error: '+m+'\nURL: '+u+'\nLine: '+ln) return true }
More info here http://www.javascriptkit.com/
No comments:
Post a Comment