View Single Post
  #1 (permalink)  
Old June 9th, 2003, 09:30 AM
nodoubt223rd nodoubt223rd is offline
Authorized User
 
Join Date: Jun 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to nodoubt223rd Send a message via MSN to nodoubt223rd Send a message via Yahoo to nodoubt223rd
Default ASP.NET E-Commerce Programming Problem - Design -

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
__________________
Brett G. Murphy