Hi everybody,
Im still quite new to dotnet and ive just borrowed the pro asp 1.1 SE book off a mate, im trying to get the ibuyadventure app to work but im getting this error at the moment, line 26 seems to be the problem.
Compiler Error Message: BC30002: Type 'IBuyAdventure.CartDB' is not defined.
Source Error:
Line 24:
Line 25: If Context.User.Identity.Name <> "" Then
Line 26: Dim cart As New IBuyAdventure.CartDB(ConfigurationSettings.AppSett ings("connectionString"))
Line 27: cart.ResetShoppingCart(GetCustomerID())
Line 28: FormsAuthentication.SignOut()
Source File: D:\Inetpub\wwwroot\dot-net\7035_VB\7035_VB\Pro ASP.NET
VB\24 - Case Study\IBuyAdventure\UserControl\Header.ascx Line: 26
Any help would be great,
cheers
Andy