|
 |
aspdotnet_website_programming thread: Can't get the code for the book to work
Message #1 by "Kevin McConnell" <km5624@y...> on Wed, 3 Apr 2002 23:25:21
|
|
Hi,
I'm trying to get the code to work but I'm having problems. I tried to
follow the instructions from the zip as closely as possible, but I'm just
not getting it to work. I restored the database with no problem and
unzipped the zip to the wrox folders.
The error I'm getting when I go to //localhost/thePhile is:
Server Error in '/ThePhile' 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 load type 'Wrox.ThePhile.Web.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="Wrox.ThePhile.Web.Global" %>
Source File: C:\wrox\ThePhile\global.asax Line: 1
--------------------------------------------------------------------------
------
Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET Version:1.0.3705.0
Message #2 by "KM" <km5624@y...> on Wed, 3 Apr 2002 18:27:00 -0500
|
|
I just reinstalled everything from the zip again, rebuilt the site and
then rebooted.
I think that a reboot is necessary to because of the change to the
machine.confg file. If you don't reboot, the changes might not yet take
affect.
Anyway, I do actually now have the site running locally. Everything at
this point appears to be working now.
I'm gonna play with it for a while and then start reading the book.
Thanks,
Kevin
> -----Original Message-----
> From: Kevin McConnell [mailto:km5624@y...]
> Sent: Wednesday, April 03, 2002 11:25 PM
> To: Website Programming with ASP.NET
> Subject: [aspdotnet_website_programming] Can't get the code
> for the book to work
>
>
> Hi,
> I'm trying to get the code to work but I'm having problems.
> I tried to
> follow the instructions from the zip as closely as possible,
> but I'm just
> not getting it to work. I restored the database with no problem and
> unzipped the zip to the wrox folders.
>
> The error I'm getting when I go to //localhost/thePhile is:
>
> Server Error in '/ThePhile' 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 load type 'Wrox.ThePhile.Web.Global'.
>
> Source Error:
>
>
> Line 1: <%@ Application Codebehind="Global.asax.cs"
> Inherits="Wrox.ThePhile.Web.Global" %>
>
>
>
> Source File: C:\wrox\ThePhile\global.asax Line: 1
>
>
> --------------------------------------------------------------
> ------------
> ------
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;
> ASP.NET Version:1.0.3705.0
>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |