Editor1.SaveRTF with image in doc crashes app

  •  01-31-2008, 8:20 AM

    Editor1.SaveRTF with image in doc crashes app

    Good morning, everyone...
     
    I'm having a couple of issues with Cute Editor, but the most important one is when I try to include an image in the body of a document and then save the document to an RTF format.
     
    It fails with an "Invalid URI: The format of the URI could not be determined" error down in the depths of the CuteEditor.Converter.RTF.HTML2RTF routines.
     
    Has anyone else experienced this issue? The code is very simple:
     
    Editor1.SaveRTF(string.Format("{0}/Testdoc.rtf", Server.MapPath("Templates")));
     
    so I don't think it's an issue of my not understanding the control, but I couldn't find anything else out in the forums that seemed to confirm or provide an answer to this problem.
     
    Any help would be very much appreciated!
     
    Thanks,
    Ric
    Filed under:
View Complete Thread