Wrox Programmer Forums
|
BOOK: Professional ASP.NET 1.0, Special Edition/1.1
This is the forum to discuss the Wrox book Professional ASP.NET 1.1 by Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson; ISBN: 9780764558900
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 1.0, Special Edition/1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2004, 02:35 AM
Authorized User
 
Join Date: May 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default BC30002: Type 'IBuyAdventure.CartDB' is not defin

I tried to run the sample case study in the book 'ASP.Net 1.1 (I added the files manually since the setup program got errors).
However, when i run the default page it displayed following errors. Any idea of this? Thx in advance.

Server Error in '/IBuyAdventure' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not find a part of the path "c:\inetpub\wwwroot\IBuyAdventure\UserControl\Head er.ascx".

Source Error:


Line 1: <%@ Page Language="VB" Inherits="IBuyAdventure.PageBase" src="components\stdpage.vb" %>
Line 2: <%@ Register TagPrefix="IBA" TagName="Header" Src="UserControl\Header.ascx" %>
Line 3: <%@ Register TagPrefix="IBA" TagName="Categories" Src="UserControl\Categories.ascx" %>
Line 4: <%@ Register TagPrefix="IBA" TagName="Special" Src="UserControl\Special.ascx" %>




 
Old May 11th, 2004, 12:43 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Line 1 - Should it read Src="components\stdpage.vb" %> I noticed that you have src. It may be cap sensitive.

XUMUSKIEFAN
Wrox Moderator
 
Old October 24th, 2004, 03:12 PM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

114

 
Old October 24th, 2004, 03:14 PM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

8998






Similar Threads
Thread Thread Starter Forum Replies Last Post
Error : BC30002: Type 'xxx' is not defined. cmualo ASP.NET 2.0 Basics 2 June 20th, 2007 08:25 AM
BC30002: Type 'OLEDBConnection' is not defined. athanatos ASP.NET 1.0 and 1.1 Basics 1 July 5th, 2006 09:03 PM
Error in deploying a site (BC30002) j_arya Classic ASP Basics 1 October 2nd, 2004 07:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.