Failed to load the language text from the XML file

  •  04-06-2006, 1:40 AM

    Failed to load the language text from the XML file

    Dim editor Set editor = New CuteEditor
    editor.ID = "Editor1"
    editor.Text = "Type here"
    editor.FilesPath = "blah/foo/CuteEditor_Files/CuteEditor_Files"
    editor.EditorBodyStyle = "font:normal 12px arial;"
    editor.EditorWysiwygModeCss = "asp.css"
    editor.Draw()
     
    This is the code to initilize the editor.
     
    I am still getting this error
    "Failed to load the language text from the XML file"
View Complete Thread