Can't get into Order Manager - going to error page
Posted: Tue Aug 17, 2010 9:37 am
When I click on Orders in the Dashboard, I get kicked out
and taken to the error page. Catalog works ok.
Here is the error I found on the server logs:
Event message: An unhandled exception has occurred.
Exception information:
Exception type: ArgumentOutOfRangeException
Exception message: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Request information:
Request URL: http://www.website.com/Admin/Orders/Default.aspx
Request path: /Admin/Orders/Default.aspx
User host address: 111.11.111.11
User: user@user.com
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index)
at CommerceBuilder.Common.SortableCollection`1.get_Item(Int32 index)
at Admin_Orders_Default.GetPaymentStatus(Object dataItem)
at ASP.admin_orders_default_aspx.__DataBinding__control62(Object sender, EventArgs e)
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
................
Anyone have any idea what is causing this? thanks
and taken to the error page. Catalog works ok.
Here is the error I found on the server logs:
Event message: An unhandled exception has occurred.
Exception information:
Exception type: ArgumentOutOfRangeException
Exception message: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Request information:
Request URL: http://www.website.com/Admin/Orders/Default.aspx
Request path: /Admin/Orders/Default.aspx
User host address: 111.11.111.11
User: user@user.com
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index)
at CommerceBuilder.Common.SortableCollection`1.get_Item(Int32 index)
at Admin_Orders_Default.GetPaymentStatus(Object dataItem)
at ASP.admin_orders_default_aspx.__DataBinding__control62(Object sender, EventArgs e)
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
................
Anyone have any idea what is causing this? thanks