Messenger Error

Last post 07-12-2005, 2:46 PM by amasis. 3 replies.
Sort Posts: Previous Next
  •  07-10-2005, 12:15 PM 8541

    Messenger Error

     
     
     I get this error message if I invite additional users to a private chat: 
     

    Server Error in '/IM' Application.

    You are not the creator of that channel

    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: You are not the creator of that channel

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

      <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:

    [Exception: You are not the creator of that channel]
       aj.a(Int32[] A_0, Guid A_1) +867
       CuteSoft.Chat.ChatApi.InviteContactsPrivateChat(Int32[] contacts, Guid optionalChannelid) +35
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.InviteContactsPrivateChat_InterceptedCall(Int32[] contacts, Guid optionalChannelid) +94
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.InviteContactsPrivateChat_InterceptedCall(Int32[] contacts, Guid optionalChannelid) +97
       _ASP.IM_Invite_aspx.Button_Invite_Click(Object sender, EventArgs e) +419
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
       System.Web.UI.Page.ProcessRequestMain() +1292
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
  •  07-12-2005, 12:23 PM 8621 in reply to 8541

    Re: Messenger Error

     
    Hello !!!!!!!!
     
    Is nobody taking care about this annoying error ?? 
  •  07-12-2005, 1:45 PM 8624 in reply to 8621

    Re: Messenger Error

    Can you post your site URL or send it to me through the PM?
     
     

    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

  •  07-12-2005, 2:46 PM 8632 in reply to 8624

    Re: Messenger Error

    http://localhost/IM/default.aspx - but I think that this one won't help you.
     
    The problem can be reproduced as follows:
     
    1. login as admin and another use e.g. test1
    2. start a IM conversation
    3. user test1 invites admin to a chat
    4. admin clicks on the invite button in the private chat and selects a third user, the error appears after the invite button is clicked
     
     
    During this structured test I've found three additional bugs:
     
    A: is user test1 is using Firefox for the invitation the private chat window for admin appears, but not for test1 (the invite window remains open after the invite button is pushed)
     
    B: is user admin uses IE6 with Google PopUp blocker the "PopUp blocker" window appears after user test1 has finished his invitation, after clicking on "Click here to open..." a the "PopUp blocker detected" window appears a 2nd time and then a "Please choose a nickname window" is shown
     
    C: the typing indicator is only shown in the Private Chat window and not in the IM window
     
View as RSS news feed in XML