Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Error in the code


Message #1 by "Trond Hoiberg" <hoeiber@o...> on Sun, 9 Feb 2003 17:48:25
In the book ASP.NET Website Programming c#Edition i am told to download 
files from wrow website. So i did and followed the instructions in the 
help file. But the site does not work?? So i am wondering if i have doen 
something wrong??.
I get a strange error message telling me this:

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.1.4322.510; 
ASP.NET Version:1.1.4322.510 
Message #2 by "Brian Smith" <bsmith@l...> on Mon, 10 Feb 2003 10:14:32 -0000
It worked for me - have you got ASP.Net correctly installed on your PC?

brian

-----Original Message-----
From: Trond Hoiberg [mailto:hoeiber@o...] 
Sent: Sun, 09 Feb 2003 17:48
To: ADO.NET
Subject: [ado_dotnet] Error in the code


In the book ASP.NET Website Programming c#Edition i am told to download 
files from wrow website. So i did and followed the instructions in the 
help file. But the site does not work?? So i am wondering if i have doen

something wrong??.
I get a strange error message telling me this:

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.1.4322.510; 
ASP.NET Version:1.1.4322.510 
===
Fast Track ADO.NET with C# is a concise introduction to the concepts,
techniques, and libraries that you will need in order to start using
ADO.NET in your applications. The book covers DataSets and Typed
DataSets, accessing data using DataReaders and DataAdaptors, the close
relationship between ADO.NET and XML, how and where to use ADO.NET in
your enterprise applications, and how to use Web Services and ADO.NET to
easily pass data between applications.
http://www.wrox.com/books/1861007604.htm

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
 


  Return to Index