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

  •  01-19-2016, 9:26 AM

    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 Complete Thread