Need Help with Editor Issue - Failed to load the Configure file.

Last post 04-14-2010, 3:39 PM by JeffClegg. 2 replies.
Sort Posts: Previous Next
  •  04-14-2010, 2:26 PM 60100

    Need Help with Editor Issue - Failed to load the Configure file.

     I'm running on Windows Server 2008, IIS 7.5.
     
    I've copied the CuteEditor_Files folder under my application folder.
     
    All I'm getting on the page where the editor should load is "Failed to load the Configure file.".
     
    Any help is greatly appreciated.
     
    Thank You
  •  04-14-2010, 3:32 PM 60106 in reply to 60100

    Re: Need Help with Editor Issue - Failed to load the Configure file.

    Dear JeffClegg,
     
    Please check whether configuration files is existing  in folder "cuteeditor_files\Configuration\AutoConfigure",
    <%
       Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.AutoConfigure = "Full"
       editor.UseHTMLEntities = false  
       editor.EditorBodyStyle = "font:normal 12px arial;"
       editor.EditorWysiwygModeCss = "asp.css"
       editor.Draw()            
       ' Request.Form(ID) access from other page
      %>
    In this snippet, it will load file "cuteeditor_files\Configuration\AutoConfigure\Full.config", if this file cannot be found in that path, it will throw that error.
     
    Regards,
    Eric
     
  •  04-14-2010, 3:39 PM 60108 in reply to 60106

    Re: Need Help with Editor Issue - Failed to load the Configure file.

    Thank You Eric!!!
     
    I wasn't catching on to that.
     
    There was a name in that property for a file that did not exist.  I'm trying to get an app that I didn't write working again.
     
    Thanks Again!
View as RSS news feed in XML