In View/Manage orders when looking at individual orders we get this error a lot:
The orders show up on the reports and are good orders. Tried to trace this, orders.aspx file (which seems to be what generates this page) not really helping me, and AdminPageBase.cs we don't have source for (as we do not have full source).
Have tried to detect a pattern but there doesn't seem to be one.
Here is the stack trace:
[ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex]
System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +7494383
System.String.Substring(Int32 startIndex) +17
AspDotNetStorefrontAdmin.orderframe.Page_Load(Obje ct sender, EventArgs e) +63382
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
AspDotNetStorefrontAdmin.AdminPageBase.OnLoad(Even tArgs e) in C:\AspDotNetStorefront\Fortress\DP_Products\WebRel eases\AspDotNetStorefrontML\Ashland\AspDotNetStore frontAdmin\AdminPageBase.cs:76
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627