Error when setting any of the paths - Please help

Last post 01-12-2005, 6:14 PM by LOGIKonline. 2 replies.
Sort Posts: Previous Next
  •  01-12-2005, 12:19 AM 3425

    Error when setting any of the paths - Please help

    When I set any of the paths in code-behind - I get the following error.  The paths exist - and the permission has read/write permisson to the directory.  Can someone provide some help.

    I tried 2 methods:

    1.
    Editor1.Setting("security:ImageGalleryPath") = context.Items("Common.ImageURL")
    Editor1.Setting("security:FilesGallaryPath") = context.Items("Common.AttachURL")


    2. SetPathFunctions:
    Editor1.SetSecurityImageGallaryPath(context.Items("Common.ImageURL"))
    Editor1.SetSecurityFlashGalleryPath(context.Items("Common.ImageURL"))
    Editor1.SetSecurityFilesGallaryPath(context.Items("Common.AttachURL"))
    Editor1.SetSecurityMediaGalleryPath(context.Items("Common.ImageURL"))


    Error: Error executing child request for /HWS_Standard.aspx.
    at System.IO.BinaryWriter.Write(String value) at CuteEditor.EditorSetting.Save(Stream stream) at CuteEditor.EditorSetting.Prepair() at CuteEditor.Impl.ResourceContext.LoadResources(HttpContext context, Editor editor, CultureInfo culture) at CuteEditor.EditorManager.LoadTexts() at CuteEditor.EditorManager.GetResourceText(String resname) at CuteEditor.EditorManager.get_ColorPickerUrl() at CuteEditor.EditorManager.CreateForeColor(String clientid) at CuteEditor.EditorManager.InsertToolBarItem(ConfigItem toolbarItem, Boolean brich) at CuteEditor.EditorManager.Initialize() at CuteEditor.Editor.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain()

    regards,
    Dave
     
    p.s. - Nice work on the latest version - it is much more usuable.
  •  01-12-2005, 12:39 AM 3427 in reply to 3425

    Re: Error when setting any of the paths - Please help

    Dave,
     
    I saw you are online now.
     
    Can you join the live support?
     
    I need more information to resolve this problem.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-12-2005, 6:14 PM 3459 in reply to 3425

    Re: Error when setting any of the paths - Please help

    Adam answered me offline - but maybe it will help others.  The absolute filepath worked.  For some reason, relative was crashing on my servers.
     
    regards,
    Dave
View as RSS news feed in XML