Re: Page Directive
From: George Ter-Saakov (nospam_at_hotmail.com)
Date: 02/12/04
- Next message: Ashish: "Re: Per-session memory consumption in ASP.NET worker process"
- Previous message: Seth Broomer: "submiting of page..."
- In reply to: Keith: "Page Directive"
- Next in thread: Keith: "Re: Page Directive"
- Reply: Keith: "Re: Page Directive"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Feb 2004 12:46:52 -0500
What is the extension of your file?
ASPX?
George.
"Keith" <kcomp1@hotmail.com> wrote in message news:eDRx1SX8DHA.3008@TK2MSFTNGP09.phx.gbl...
I am trying to create the Chart application from Chapter 27 in ASP.net Unleashed. When I go to load my page I receive the following error message:
Server Error in '/' 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: The directive 'Page' is unknown.
Source Error:
Line 1: <%@ Page Language="VB" Debug="true" %>
Line 2: <%@ Register TagPrefix="myControl" TagName="Chart" Src="Chart.ascx" %>
Line 3: <%@ import Namespace="System.Data.SqlClient" %>
Can anyone tell me what I might be overlooking? Any help is greatly appreciated!
Thanks,
Keith
- Next message: Ashish: "Re: Per-session memory consumption in ASP.NET worker process"
- Previous message: Seth Broomer: "submiting of page..."
- In reply to: Keith: "Page Directive"
- Next in thread: Keith: "Re: Page Directive"
- Reply: Keith: "Re: Page Directive"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|