lbirdwell
|
| Posted: 05/30/2002, 9:06 AM |
|
After generating the tutorial application "TaskManager" using asp.net c#, I get the following error when trying to view the task_list page or any of the other pages? Any help would be appreciated.
Note: "Line 2" below is highlighted as the culprit.
Thanks
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: Could not load type 'TaskManager.tasks_list.tasks_list'.
Source Error:
Line 1: <!--ASPX page @1-EBD4413C-->
Line 2: <%@ Page language="c#" Codebehind="tasks_list.aspx.cs" AutoEventWireup="false" Inherits="TaskManager.tasks_list.tasks_list" %>
Line 3: <%@ Import namespace="TaskManager.tasks_list" %>
Line 4: <%@ Import namespace="TaskManager.Configuration" %>
Source File: c:\inetpub\wwwroot\TaskManager\tasks_list.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
|
|
|
 |
teknofile
|
| Posted: 05/30/2002, 3:02 PM |
|
compiled the project yet ?
|
|
|
 |
Nicole
|
| Posted: 05/31/2002, 4:53 AM |
|
Hello,
please check discussion board for the similar error and possible solutions.
|
|
|
 |
|