Strange Error

Last post 12-07-2005, 11:55 AM by cangelly. 3 replies.
Sort Posts: Previous Next
  •  06-03-2005, 4:27 PM 7236

    Strange Error

    This error is occurring, intermittently after someone submits a form on our web site. Any ideas on what could be causing this problem?

    Server Error in '/' Application.


    Setting Not Fould!

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception: Setting Not Fould!

    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:
    [Exception: Setting Not Fould!]
       CuteEditor.EditorSetting.a(String A_0) +363
       CuteEditor.EditorSetting..ctor(Editor editor, String hash) +307
       CuteEditor.EditorSetting.GetFromHash(HttpContext context, Editor editor, String hash) +196
       CuteEditor.Editor.LoadViewState(Object savedState) +79
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +136
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
       System.Web.UI.Page.LoadPageViewState() +305
       System.Web.UI.Page.ProcessRequestMain() +447
     

    Version Information: Microsoft .NET Framework Version
  •  06-09-2005, 7:53 PM 7433 in reply to 7236

    Re: Strange Error

    This issue is resolved in the version 4.5.
     
     
    It's a free upgrade. Your existing license file will work for the version 4.5 as well.
     
     

    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

  •  12-07-2005, 11:40 AM 13512 in reply to 7433

    Re: Strange Error

    I have version 5.0 and am getting this same error.

    On my local development machine I have a virtual directory in IIS mapped to a network share.

    I receive the "Setting not Fould!" error whenever I click on either of the insert image buttons or the downloadable files button. My code for setting the ImageGalleryPath is as follows:

    Editor.BaseHref = "http://localhost/"

    x = virtual_directory & folderName & "uploads/images"

    Editor.SetSecurityImageGalleryPath(x)


    I can confirm that the path using this virtual directory is correct by successfully opening an image like this:
    http://localhost/virtual_directory/folderName/uploads/images/test.gif

    Any ideas why I would be getting this "Setting not Fould!" error message?

    Thanks.
  •  12-07-2005, 11:55 AM 13515 in reply to 13512

    Re: Strange Error

    Also...

    This piece of code in that same section I mentioned above works just fine. The stylesheet variable below is "main.css" and it gets pulled into my Editor and applied to the content as excpected, no problems at all.

    Editor.EditorWysiwygModeCss = virtual_directory & "css/" & stylesheet
View as RSS news feed in XML