Re: Save Message issue

  •  03-16-2010, 2:27 PM

    Re: Save Message issue

    Here is an english translation of the previous message:
     
     

    Hello,
    We have a problem when we use the javascript function ChatUI.SaveMessages(target). Here is the error encountered on a development local server:

    Server error in ‘/’ application
    --------------------------------------------------------------------------------

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /Chat/CuteSoft_Client/CuteChat/SaveTemplate.aspx/ChatLog2010-2-26--15-3.htm


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.3074;
    ASP.NET Version:2.0.50727.3601








    And here is the error encountered on another server:
    Server error in '/FIQChat’ application
    --------------------------------------------------------------------------------

    The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).


    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.Web.HttpException:
    The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).

    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:


    [HttpException (0x80004005):
    The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).]
       System.Web.UI.ControlCollection.Add(Control child) +11013946
       System.Web.UI.PageTheme.SetStyleSheet() +339
       System.Web.UI.Page.OnInit(EventArgs e) +11035784
       ASP.chat_cutesoft_client_cutechat_savetemplate_aspx.OnInit(EventArgs args) +9
       System.Web.UI.Control.InitRecursive(Control namingContainer) +143
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477


    --------------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:2.0.50727.3074;
    ASP.NET Version:2.0.50727.3074



    A collegue seems to think it’s a security issue...

     

    We need this save feature for production release next week.

     

    Thanks, Anne-Marie

     

     
View Complete Thread