Hello,
Everything worked fine in a big project with Ajax, but since yesterday i got suddenly a strange error on every page i want to open on my development system.
I didn't add strange or complex things, but got the following on every page i want to open in debug mode.
<
script src="/ScriptResource.axd?d=ITfS8Gs_1FeXHXbDkYgrV3dKIF3E_D8z3A11PW9Uk1e7XBdMeI1X3IMceOfCHB5s0&t=633049125920000000" type="text/javascript"></script>
<
script src="/ScriptResource.axd?d=ITfS8Gs_1FeXHXbDkYgrV3dKIF3E_D8z3A11PW9Uk1eHY70ErLVXXEc3kSwAU3dPMRlWPufIQRNbz42iQHj7yA2&t=633049125920000000" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
---- sorry cant change font here
notice the missing </script> tag?????
By this missing tag, he gives on opening a page the sys is undefined error.
The only thing i remember i did wrong yesterday, was when i checked a date in 2005 in my in my system, i pushed by mistake the ok button in the time setting, so i worked for about 10 minutes, with a date in 2005 on my system.
After this i have set the good date back on my system, but after this i keep on getting this error.
I been struggling for a day now with this, i hope someone know how to solve this.
(Otherwise i must totaly reinstall VS2005 and maybe everything on my system)
Thanks
Marchu