Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

  •  09-07-2006, 10:19 AM

    Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

    Hi,
     
    After installing your last release it is looking better.  Still having an issues with what looks to be something timing out after a while which was my number 3 item on my original list.  I looked at the CommunityServer exception report and it has this exceptions.  I am not at home right now so I can't look to see if that file exist or if there is a permission issue with it but I don't see it in the Zip file I just got again.
     
    User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR
    Path: /cs/CuteSoft_Client/CuteChat/CH_MainForm.Aspx?Location=Lobby&LocationId=3 as HTTP GET
    Referrer /cs/forums/default.aspx
    Message Object reference not set to an instance of an object.
    System.NullReferenceException: Object reference not set to an instance of an object.
    at CuteSoft.Chat.ChatDataManager.c(String A_0)
    at CuteSoft.Chat.ChatDataManager.GetUser(String uniquename)
    at CuteSoft.Chat.ChatApiImpl.DoGetUserSkinName(String uniquename)
    at CuteSoft.Chat.ChatApiImpl.GetUserSkinName(String uniquename)
    at CuteSoft.Chat.ChatWebUtility.get_SkinName()
    at ASP.cutesoft_client_cutechat_ch_mainform_aspx.__Render__control2(HtmlTextWriter __w, Control parameterContainer)
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
    at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
    at System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer)
    at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
    at ASP.cutesoft_client_cutechat_ch_mainform_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
    at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
    at System.Web.UI.Page.Render(HtmlTextWriter writer)
    at CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
     
    And,
     
    User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR
    Path: /cs/CuteSoft_Client/CuteChat/utility.js.aspx as HTTP GET
    Referrer /cs/CuteSoft_Client/CuteChat/Admin/Config.aspx
    Message The file '/cs/CuteSoft_Client/CuteChat/utility.js.aspx' does not exist.
    System.Web.HttpException: The file '/cs/CuteSoft_Client/CuteChat/utility.js.aspx' does not exist.
    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
    at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
    at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
    at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
View Complete Thread