web.config settings if I use both the CuteEditor and the ajaxuploader

Last post 05-06-2009, 9:02 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  05-06-2009, 7:39 PM 51900

    web.config settings if I use both the CuteEditor and the ajaxuploader

    Hello,
     
    I am getting an error when I try to use the ajaxUploader:
     
    When the page is loading an error throws:
     
    BC30561: 'UploaderEventArgs' is ambiguous, imported from the namespaces or types 'CuteWebUI, CuteEditor'.
     
    This only started after I purchased and installed the CuteEditor.
    The CuteEditor work fine, but the ajaxUploader doesn't.
     
    Can you tell me what configuration settings I need for them both to work ?
     
    Thank you
  •  05-06-2009, 9:02 PM 51902 in reply to 51900

    Re: web.config settings if I use both the CuteEditor and the ajaxuploader

    Hi,
     
    In the code you need use the full namespace :
     
    void Uploader1_FileUploaded(object sender, CuteWebUI.UploaderEventArgs args)
     
    Regards,
    Terry
     
View as RSS news feed in XML