Re: ajaxuploader uploadattachement ASP.NET Ajax client-side framework failed to load

  •  09-26-2009, 12:31 PM

    Re: ajaxuploader uploadattachement ASP.NET Ajax client-side framework failed to load

    In my web.config file, I have these lines :

    1. <system .web="">   
    2. <httpModules>   
    3.  <<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">   
    4.  <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader">   
    5.  </httpModules>   
    6.  <httpRuntime maxRequestLength="8192">   
    7.   
    8.  </system>  

    When I integrate statically ajaxuploader control in my web project, the problem not occured.

    Only by integrating the control dynamically in my class library project, I have this strong error : sys indefined.

View Complete Thread