When I go to the shopping.aspx page I get the following error "Object reference not set to an instance of an object." Exception Details System.NullReferenceException: Object reference not set to an instance of an object
Source Error:
Line 44: cartContents.CartId = cartId;
Line 45:
Line 46: SqlPersistenceContiner spc = new SqlPersistenceContainer( CMPConfigurationHandler.ContainerMaps["CartContents"]);
Line 47: spc.Select( cartContents.ResulSet.Tables[0];
Source File: CartManager.cs Line 46
any help would be welcome

:D
Brett G. Murphy