Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’

Last post 01-19-2016, 9:26 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-12-2016, 4:44 PM 82182

    Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’

    Getting this error right after file upload completes.. Then the uploaded file is flagged as 'Cancelled'

    Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’

     

     

    Any ideas? 

  •  01-19-2016, 9:26 AM 82263 in reply to 82182

    Re: Unable to cast object of type ‘System.Boolean’ to type ‘CuteWebUI.UploadModule’

    Hi,

     

    Can you try the example page below? Does it gets the same error? And does it happens on all browsers?

     

    1. <%@ Page language="c#"%>  
    2. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    3. <html>   
    4. <head>  
    5. </head>  
    6. <body>  
    7.     <form id="Form1" method="post" runat="server">  
    8.     <CuteWebUI:Uploader runat="server" ID="Uploader1">  
    9.     </CuteWebUI:Uploader>   
    10.     </form>  
    11. </body>  
    12. </html>  
     

    Regards,

     

    Ken 

View as RSS news feed in XML