I'm working through some errors and I get this one several times:
'ShoppingCart is not a member of ProfileCommon'
It occurs here, for example:
Code:
Return CType(HttpContext.Current.Profile, ProfileCommon).ShoppingCart.Items
Thanks for the help,
Sean