Error when installaing ajax uploader!

  •  11-27-2008, 3:26 AM

    Error when installaing ajax uploader!

    Hi, I got the following error when I try to install your trial version, I did all the deployment steps that mentioned in your deployment document, I have .NET framework version 2, please help.
     

    Server Error in '/test' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unknown server tag 'CuteWebUI:Uploader'.

    Source Error:

    Line 50:         A basic sample demonstrating the use of the Upload control.</p>
                Line 51:
                Line 52:     <CuteWebUI:Uploader runat="server" ID="Uploader1" InsertText="Upload File (Max 10M)">
                Line 53:         <ValidateOption MaxSizeKB="10240" />
                Line 54:     </CuteWebUI:Uploader>

    Source File: /test/simple-upload.aspx    Line: 52


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
View Complete Thread