Failed to load the language text from the XML file

Last post 04-06-2006, 1:51 AM by ThePatriot. 1 replies.
Sort Posts: Previous Next
  •  04-06-2006, 1:40 AM 17933

    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"
  •  04-06-2006, 1:51 AM 17935 in reply to 17933

    Re: Failed to load the language text from the XML file

    i was mapping the CuteEditor_Files 2wice,
     
    my bad.
     
    the answer to this error lies in mapping the CuteEditor_Files directory.
     
    Problem solved
     
     
View as RSS news feed in XML