Re: Page Directive

From: George Ter-Saakov (nospam_at_hotmail.com)
Date: 02/12/04


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



Relevant Pages

  • ASP.NET Question
    ... it seems to load but boms out with 404 error. ... machine 2 Error message ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Question
    ... running URLSCAN. ... > problem is the aspx file, it seems to load but boms out with 404 error. ... > machine 1 error message ... > Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Question
    ... You should go to iis, select the dir you created, open properties and create ... > problem is the aspx file, it seems to load but boms out with 404 error. ... > machine 1 error message ... > Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Page Directive
    ... 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: ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Why dont posts get answered?
    ... Make sure the controls are formatted correctlym I generally am using ... I am attempting to generate a chart on a report in which the user is prompted ... another error message pops up regarding the size of the data. ...
    (microsoft.public.access.reports)

Loading