error on produtct page
Posted: 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
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