Re: Problem with deploy cute chat sandalone

  •  03-23-2007, 7:00 PM

    Re: Problem with deploy cute chat sandalone

    Now I have this error:

    Server Error in '/chat' Application.

    Object reference not set to an instance of an object.

    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.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    Line 67: 		}
    Line 68:
    Line 69: if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
    Line 70: temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
    Line 71: TopMenu.Text = temp;

    Source File: c:\Inetpub\wwwroot\chat\banner.ascx    Line: 69

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
    CuteSoft.Chat.ChatDataManager.GetConfigs() +66
    CuteSoft.Chat.ChatDataManager.GetConfig(String configname) +17
    CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +149
    CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +66
    CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77
    CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +76
    CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
    ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\chat\banner.ascx:69
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +47
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Control.LoadRecursive() +131
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


View Complete Thread