K
Keith
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
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