Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
UltraWebTree failed with WebResource.axd
posted

I am in a project migrating ASP.NET web application to AWS(EC2) environment. One of the pages using UltraWebTree failed to generate gif image ('+', '-' gif button for each node) and saw Javascript error (Uncaught ReferenceError: igtree_initTree is not defined) in the console. Strange thing is the path/URL of the img src are all led/linked to Javascript file(Infragistics Common Script)

.

Parents
  • 1700
    Offline posted

    Hello Jonah, 

    I believe that the error might be coming from the order of execution of the scripts, for example your app might be trying to execute the  igtree_initTree before the script has been loaded.  

    Another possibility might be the fact that the script is trying to access the resources of the ig_common folder, however it may not be present. 

    Please let me know if any of the suggestions helped or if you need any further assistance. 

    Regards,
    Ivan Kitanov

Reply Children