Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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 January 20th, 2005, 12:36 AM
Registered User
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default error in browser.aspx

when i compile the assembly to run the browsefiles.aspx page(setting it as startup page), i get this error
E:\Inetpub\wwwroot\Peers\Controls\User\SiteHeader. ascx.vb(9): Namespace or type 'Business' for the Imports 'Macrosoft.WebModules.Accounts.Business' cannot be found.
E:\Inetpub\wwwroot\Peers\PhilePage.vb(6): Namespace or type 'Business' for the Imports 'Macrosoft.WebModules.Accounts.Business' cannot be found.
E:\Inetpub\wwwroot\Peers\PhilePage.vb(22): Name 'PhilePage_Load' is not declared.

since i haven't completed writting the code for business and philepage_load because they are described in the latter chapters.therefore,is it possible to run the page after we complete writting the code in whole book.
page no: 86

 
Old January 20th, 2005, 02:31 AM
Registered User
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

inspite of commenting both imports statements and page_load procedure, i still get the following error in my browser when i run the statup page(browsefiles.aspx).

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.

Server Error in '/Peers' Application.
Parser Error Message: Could not load type 'Peers.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Peers.Global" %>

Source File: e:\inetpub\wwwroot\Peers\global.asax Line: 1







Similar Threads
Thread Thread Starter Forum Replies Last Post
Query in a browser/address bar i.e. default.aspx?i takwirira ASP.NET 2.0 Basics 1 June 12th, 2008 07:58 AM





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