javascript - Errors in Ajax Control Toolkit's JS files after upgrade? -
i upgraded ajax control toolkit v15.x , have been working on cleaning code after doing so. i'm running across exceptions being thrown, , vs breaks @ points in toolkit's js files. i'm not sure why or how.
i've double-checked scripts not referenced multiple times, leading suggestion on google, still haven't figured out.
i need this, have 2 months invested in project. way, i'm using vs2013 , project in asp/vb.
here couple of errors (to next, i've hit continue):
unhandled exception @ line 1647, column 38 in http://localhost:50236/scriptresource.axd?d=d9drwtsj4hba6o8uht6cqmpvfriilrnrich93dvwgtp67e1h_mwkzofwldgs9bmtlj8olqcr6zhxtnsvz0umliymkk0gfdoqtlznle2yqi2elwox58_2mzeceflkjdg6fbv26oe3vanxwpdhskxpgciaybdvlsawwdxpe-98sv01&t=ffffffffb53e74b8
and
unhandled exception @ line 785, column 42 in http://localhost:50236/scriptresource.axd?d=d9drwtsj4hba6o8uht6cqmpvfriilrnrich93dvwgtp67e1h_mwkzofwldgs9bmtlj8olqcr6zhxtnsvz0umliymkk0gfdoqtlznle2yqi2elwox58_2mzeceflkjdg6fbv26oe3vanxwpdhskxpgciaybdvlsawwdxpe-98sv01&t=ffffffffb53e74b8
0x800a139e - javascript runtime error: sys.invalidoperationexception: type sys.timer has been registered. type may defined multiple times or script file defines may have been loaded. possible cause change of settings during partial update.
0x800a139e - javascript runtime error: sys.invalidoperationexception: type sys.extended.ui.boxside has been registered. type may defined multiple times or script file defines may have been loaded. possible cause change of settings during partial update.
any , appreciated! thanks!
as turns out, followed instructions on ajax control toolkit website on "un-bundling" scripts, , works. apparently didn't right, or instructions wrong. more likely, former.
Comments
Post a Comment