gregfloyd
Posts: 5
Joined: 15.Nov.2004
Status: offline
|
Here is an error messge i received last night
Event Type: Error Event Source: GFI MailArchiver UI Event Category: None Event ID: 0 Date: 11/16/2004 Time: 11:56:56 PM User: N/A Computer: NUROCKATL2 Description: Runtime execution error encountered in ASP.NET
URL: http://localhost//MailArchiver/browse.aspx
MESSAGE:Exception of type System.Web.HttpUnhandledException was thrown.
STACK TRACE: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain() at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Inner Exception: MESSAGE:Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
STACK TRACE: at System.Collections.ArrayList.get_Item(Int32 index) at System.Web.UI.WebControls.DataGridItemCollection.get_Item(Int32 index) at GFI.Journaling.ASPNET.UserControls.Conversations.AddTreeHeaders() at GFI.Journaling.ASPNET.UserControls.Conversations.dgThreads_EditCommand(Object source, DataGridCommandEventArgs e) at System.Web.UI.WebControls.DataGrid.OnEditCommand(DataGridCommandEventArgs e) at System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain()
|