cutewebui "Unrecognised tag" in Visual Studio 2008

  •  01-17-2012, 1:31 AM

    cutewebui "Unrecognised tag" in Visual Studio 2008

    Hi.
     
    I have put the CuteWebUI.AjaxUploader.dll into the bin folder, and added the correct settings in the Web.Config for both the Classic mode and Integrated mode, and Visual Studio doesn't recognise this:
     
    <cutewebui:uploader runat="server" ID="Uploader1" InsertText="Upload Multiple files Now"
                            MultipleFilesUpload="true" OnFileUploaded="Uploader_FileUploaded">
                        </cutewebui:uploader>
     
     
     
    I then proceeded to add the CuteWebUI.AjaxUploader.dll as a reference, and then went into my .cs file and added
     
    using CuteWebUI;
    using CuteWebUI.Design;
     
    I've tried building and re-building it, but to no avail. 
     
    Any help would be greatly appreciated.
View Complete Thread