Re: Bug in Lobbies.aspx

  •  09-18-2006, 1:15 PM

    Re: Bug in Lobbies.aspx

    OK, then you might also check this error appearing, when I tried enter the room from Chat.aspx
    Again, after save web.config it works fine again.
    Config Win2000 svr. EN all patches, default locale Central European Czech
    MSSQL2005 Express
    Client MSIE6 SP1 EN with all patches
    Folder with Cutechat has full access by Everyone.
     
     

    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 37: 		</script>
                Line 38: 		<link rel="stylesheet" href="style.css">
                Line 39: 		<link rel="stylesheet" href="<%="Skins/"+ CuteSoft.Chat.ChatWebUtility.SkinName + "/style.css"%>" id="skincsslink">
                Line 40: 	</HEAD>
                Line 41: 	<body scroll="no" style="overflow:hidden">

    Source File: d:\CuteChat\Framework 2.0 Web\CuteSoft_Client\CuteChat\CH_MainForm.aspx    Line: 39

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
                CuteSoft.Chat.ChatDataManager.c(String A_0) +34
                CuteSoft.Chat.ChatDataManager.GetUser(String uniquename) +290
                CuteSoft.Chat.ChatApiImpl.DoGetUserSkinName(String uniquename) +152
                CuteSoft.Chat.ChatApiImpl.GetUserSkinName(String uniquename) +90
                CuteSoft.Chat.ChatWebUtility.get_SkinName() +30
                ASP.cutesoft_client_cutechat_ch_mainform_aspx.__Render__control2(HtmlTextWriter __w, Control parameterContainer) in d:\CuteChat\Framework 2.0 Web\CuteSoft_Client\CuteChat\CH_MainForm.aspx:39
                System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065883
                System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
                System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer) +14
                System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +29
                System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
                System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
                System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
                ASP.cutesoft_client_cutechat_ch_mainform_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in App_Web_zsh5jd-s.1.cs:0
                System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065883
                System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
                System.Web.UI.Page.Render(HtmlTextWriter writer) +26
                CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer) +65
                System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
                System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
                System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896
                


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
View Complete Thread