Error when viewing "Recent Orders"

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Error when viewing "Recent Orders"

Post by hassonmike » Thu May 26, 2011 2:01 pm

Hello, When viewing anything in the Recent Orders list, from within the Order Summary box on the Merchant Dashboard. I can view this information fine if i go in through Manage -> Orders.

i get an error, but im not sure how to decipher it



Not sure where to start looking for a resolution
Last edited by hassonmike on Fri Jun 17, 2011 10:54 am, edited 1 time in total.

User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Re: Error when viewing "Recent Orders"

Post by hassonmike » Thu May 26, 2011 2:59 pm

looks like i didnt copy the whole error, here it is

Code: Select all

Server Error in '/' 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 121:        }
Line 122:        else OrderMenuPanel.Visible = false;
Line 123:        QuickOrderLinks.DataBind();
Line 124:
Line 125:    }


Source File: d:\Internet\TrickConcepts.com\Admin\Orders\OrderMenu.ascx.cs    Line: 123

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   CommerceBuilder.Orders.OrderDataSource.Search(OrderSearchCriteria criteria, Int32 maximumRows, Int32 startRowIndex, String sortExpression) +119
   CommerceBuilder.Orders.OrderDataSource.Search(OrderSearchCriteria criteria, String sortExpression) +13

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
   System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +71
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +261
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
   System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance) +488
   System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1247
   System.Web.UI.WebControls.Repeater.GetData() +35
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +220
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +51
   System.Web.UI.WebControls.Repeater.DataBind() +75
   Admin_Orders_OrderMenu.Page_Load(Object sender, EventArgs e) in d:\Internet\TrickConcepts.com\Admin\Orders\OrderMenu.ascx.cs:123
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3620; ASP.NET Version:2.0.50727.3618 

User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Re: Error when viewing "Recent Orders"

Post by hassonmike » Thu Jun 16, 2011 10:51 am

Is there anyone one these forums that can help?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Error when viewing "Recent Orders"

Post by jmestep » Fri Jun 17, 2011 5:51 am

I'm not able to find that code in Able default, so maybe someone customized it and you would need to find out who and check with them.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Re: Error when viewing "Recent Orders"

Post by hassonmike » Fri Jun 17, 2011 10:59 am

Knowing more about this stuff than I do, do you think this may be a result of, or have anything to do with the referral program code that was present?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Error when viewing "Recent Orders"

Post by jmestep » Fri Jun 17, 2011 11:13 am

No, it wouldn't. Maybe something with Able CRM?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply