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.