error on produtct page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
simpleweb
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 21
Joined: Fri Jul 17, 2009 12:25 am

error on produtct page

Post by simpleweb » Fri Dec 11, 2009 3:03 pm

any body seen this ?

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 47: //PREPARE BASKET FOR DISPLAY
Line 48: Basket basket = Token.Instance.User.Basket;
Line 49: basket.Package(true);
Line 50: basket.Recalculate();
Line 51: //VALIDATE THE BASKET


Source File: c:\webSites\CaliforniaSales\ConLib\MiniBasket.ascx.cs Line: 49

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: error on produtct page

Post by mazhar » Mon Dec 14, 2009 6:36 am

What is your application version?

Post Reply