View Single Post
  #9 (permalink)  
Old June 30th, 2003, 09:29 PM
luisandsoccer luisandsoccer is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to luisandsoccer
Default

Quote:
quote:Originally posted by nodoubt223rd
 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