sys undefined - ajax framework failed to load

  •  10-14-2009, 5:29 AM

    sys undefined - ajax framework failed to load

    Hello,
     
    I have some troubles with the ajaxuploader.
     
    I am adding the ajaxuploader control in a custom Panel-Control.
    This custom control is added to the controls collection in the default.aspx page.
     
    If I upload a file, it is written in the Temp Folder, but at the postback-event that is called at the end of the uploading process from the ajaxuploader I get the following error: "sys is undefined" at "Sys.WebForms.PageRequestManager._initialize"-Method.
     
    I read a post that people having problems with the progress bar loading to 100% but nothing happens. This is the same problem when javascript debugging is deactivated.
     
    I am working with the lastest version of ajaxuploader and MS-Ajax 3.5 and the asp.net Ajax Toolkit.
    Everything else works fine.
     
     
    Regards,
    Martin
View Complete Thread