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 June 23rd, 2005, 10:21 AM
Registered User
 
Join Date: Jun 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default error in default.aspx

dear sir:

when i try to start the phile application the follwing message eror is
come up

An unexpected error has occurred on this page.The system administrators have been notified.

The error occurred in:
http://localhost/ThePhileVB/WebModul...s/Default.aspx

Error Message:
Exception of type Wrox.WebModules.AppException was thrown.


the stack for the error is


Error Stack:
Wrox.WebModules.AppException: Exception of type Wrox.WebModules.AppException was thrown.
   at Wrox.WebModules.Accounts.Data.User.Retrieve(String emailAddress) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Da ta\User.vb:line 125
   at Wrox.WebModules.Accounts.Business.SiteIdentity..ct or(String currentEmailAddress) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Bu siness\SiteIdentity.vb:line 37
   at Wrox.WebModules.Accounts.Business.SitePrincipal..c tor(String emailAddress) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Bu siness\SitePrincipal.vb:line 46
   at Wrox.ThePhile.Web.PhilePage.PhilePage_Load(Object sender, EventArgs e) in C:\wrox\ThePhileVB\PhilePage.vb:line 38
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain()

please help me
 
Old June 24th, 2005, 09:02 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It's telling you where the error occured. You should put a breakpoint there and use standard debugging techniques like single stepping and inspecting variables:

Wrox.WebModules.Accounts.Data.User.Retrieve(String emailAddress) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Da ta\User.vb:line 125





Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the default.aspx in chapter 1? jkacher BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 1 February 29th, 2008 02:30 PM
Slow default.aspx after changes slas7713 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 8 September 21st, 2006 11:04 AM
Ch03 default.aspx under App_Code error kai BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 0 January 5th, 2006 12:28 AM
default.aspx Louisa ASP.NET 1.0 and 1.1 Basics 4 October 14th, 2005 11:55 AM





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