Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

AJAX Error - Uncaught SyntaxError: Unexpected identifier at new Function () at ValidatorOnLoad

$
0
0

We have an ASP.NET web site that is generating the below error when using Chrome 86 and it kills many AJAX functionalities.  We are using VS 2017, .NET Framework 4.6.1 and AJAX 3.03.  We have also upgraded to newer versions of AJAX including the most recent version 20 and are still getting the error.

Uncaught SyntaxError: Unexpected identifier

    at new Function (<anonymous>)

    at ValidatorHookupEvent (ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:90)

    at ValidatorHookupControl (ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:72)

    at ValidatorHookupControlID (ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:42)

    at ValidatorOnLoad (ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:299)

    at http://localhost:3222/(S(bcu3002teg2ahlxabs30xnde))/Wizards/IndicationWizard.aspx:1096:5

ValidatorHookupEvent @ ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:90

ValidatorHookupControl @ ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:72

ValidatorHookupControlID @ ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:42

ValidatorOnLoad @ ScriptResource.axd?d=r6itorzVGp-Jxil-l9sI6lzX08RdboLwpNV8ArWwdbJcvzw-2BI0U5LOBAcZWidkh4fHeye-q62wxMTHEtfNul3i1ALIFaqK9JgNLgRJ94Ah03FmBbcqwc3M4ui9Pq8cA91zdd314jhWfUElLEN8q0v0Flo1&t=27c322c5:299

(anonymous) @ IndicationWizard.aspx:1096


Viewing all articles
Browse latest Browse all 5678

Trending Articles