In my web.config file, I have these lines :
- <system .web="">
- <httpModules>
- <<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
- <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader">
- </httpModules>
- <httpRuntime maxRequestLength="8192">
-
- </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.