I am fairly inexperienced with asp.net ajax and am having a problem where a javascript error is thrown (object not found).
The debugger then stops and points to a substring of my viewstate it looks something like the following (not exactly this since my viewstate is huge) with the section between the ellipses highlighted:
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="ObMUE...X78PmJHLJkWcHW4OXxH7/QxjqBI...m2" />
The callstack is equally unhelpful, reading
JScript - form1 anonymous function
What does this mean and how do I go about debugging it?
Edit: As I have stated in some comments, Firebug is not an option. The application is strictly IE only (we're trying to fix that but its a ways off) and doesn't work with any other browser.