Click here to Skip to main content
15,914,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i use update panel in my project .while the page is loading its getting a error.
like:
SYS.ScriptLoad Failed Exception.The Script '/webresource.axd?d=s2WCGDV.....' Could Not be loaded


how can i trace from which script is causing the error from the above error code.
how can i solve it

Regards,
sajith
Posted

 
Share this answer
 
hi, i found that the error comes from the below script.


so can i register the script as shown below to solve this issue.
ScriptManager.RegisterClientScriptInclude(this, this.GetType(), Guid.NewGuid().ToString(), "http://win2008-y77ww:5606/WebResource.axd?d=s2WcugDV7oFWx6K9LPR11YOOu1wTSm0VHO3hIeeKfN5Sr_to4G2k3UFKtznQgJukmlS4yb04R-JZ4Kn0R6uVHQ2&t=634544838004848528");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900