|
 |
aspdotnet_website_programming thread: Getting 'Application Error' when clicking on Nav menu
Message #1 by dougwood@a... on Fri, 13 Dec 2002 19:51:55
|
|
HI, I just started this book so bear with me. I have gotten the main Phile
website up and running on my computer, but if I click on the Books or DVD
links (link 1 or Link 2),I get the following 'Application Error'.
An unexpected error has occurred in this Application. The system
administrators have been notified. Please feel free to contact us with the
information surrounding this error.
The error occurred in: http://localhost/ThePhile/Books/default.aspx
Error Message: Exception of type System.Web.HttpException was thrown.
---------------------------------------------------------------------------
-----
Stack Trace:
System.Web.HttpException: Exception of type System.Web.HttpException was
thrown. ---> System.IO.FileNotFoundException:
C:\wrox\ThePhile\Books\default.aspx at
System.Web.UI.TemplateParser.GetParserCacheItem() at
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.TemplateControlParser.GetCompiledInstance(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath,
String inputFile, HttpContext context) at
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String
requestType, String url, String path) at
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig) ---
End of inner exception stack trace --- at
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig) at
System.Web.MapHandlerExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Is this supposed to happen because I haven't created these pages yet, or
is there something wrong with my set up?
Thanks!!
Message #2 by philp@w... on Mon, 16 Dec 2002 12:42:23
|
|
> HI, I just started this book so bear with me. I have gotten the main
Phile
w> ebsite up and running on my computer, but if I click on the Books or
DVD
l> inks (link 1 or Link 2),I get the following 'Application Error'.
>
A> n unexpected error has occurred in this Application. The system
a> dministrators have been notified. Please feel free to contact us with
the
i> nformation surrounding this error.
T> he error occurred in: http://localhost/ThePhile/Books/default.aspx
E> rror Message: Exception of type System.Web.HttpException was thrown.
-> ------------------------------------------------------------------------
--
-> ----
S> tack Trace:
S> ystem.Web.HttpException: Exception of type System.Web.HttpException was
t> hrown. ---> System.IO.FileNotFoundException:
C> :\wrox\ThePhile\Books\default.aspx at
S> ystem.Web.UI.TemplateParser.GetParserCacheItem() at
S> ystem.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
v> irtualPath, String inputFile, HttpContext context) at
S> ystem.Web.UI.TemplateControlParser.GetCompiledInstance(String
v> irtualPath, String inputFile, HttpContext context) at
S> ystem.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath,
S> tring inputFile, HttpContext context) at
S> ystem.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String
r> equestType, String url, String path) at
S> ystem.Web.HttpApplication.MapHttpHandler(HttpContext context, String
r> equestType, String path, String pathTranslated, Boolean useAppConfig) --
-
E> nd of inner exception stack trace --- at
S> ystem.Web.HttpApplication.MapHttpHandler(HttpContext context, String
r> equestType, String path, String pathTranslated, Boolean useAppConfig)
at
S> ystem.Web.MapHandlerExecutionStep.Execute() at
S> ystem.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
c> ompletedSynchronously)
>
I> s this supposed to happen because I haven't created these pages yet, or
i> s there something wrong with my set up?
> Thanks!!
Please note the information regarding book specific support questions in
the P2P FAQ. I would like to explain the Wrox support process. If you
wish to directly query a problem in the book with an expert who knows the
book in detail then e-mail support@w... , with the title of the book
and the last four numbers of the ISBN in the subject field of the e-mail.
Please also confirm the software that you are using (include versions /
editions / service packs etc.). Please specify whether you are receiving
any error messages (or a description of what is happening on your screen
as opposed to what is being described in the book)
Phil Perks
Technical Support Manager
Wrox Press
|
|
 |