Hi,
Chapter 13
When I compile the page containing the Shopping Cart user control, I get the following error:
Quote:
quote:
Exception Details: System.Configuration.SettingsPropertyNotFoundExcep tion: The settings property 'Cart' was not found.
Source Error:
Line 19: public virtual Wrox.Commerce.ShoppingCart Cart {
Line 20: get {
Line 21: return ((Wrox.Commerce.ShoppingCart)(this.GetPropertyValu e("Cart")));
Line 22: }
Line 23: set {
|
I'm using the
Altairis Web Providers for storing the profile information in my database.
Any sort of help would be greatly appreciated.
________________________
Be nice to geeks. You might end up working for one. ;)