vandalen
|
| Posted: 07/17/2003, 1:25 PM |
|
Ok, I'm trying to do the tutorial using XP/IIS/Access/VB.NET and this is what I get from any page. Any ideas?
Server Error in '/TaskManager' 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_listPage'.
Source Error:
Line 1: <!--ASPX page @1-1A4E463E-->
Line 2: <%@ Page language="c#" Codebehind="tasks_list.aspx.cs" AutoEventWireup="false" Inherits="TaskManager.tasks_list.tasks_listPage" %>
Line 3: <%@ Import namespace="TaskManager.tasks_list" %>
Line 4: <%@ Import namespace="TaskManager.Configuration" %>
Source File: F:\Temp\Websites\TaskManager\tasks_list.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.272
|
|
|
 |
vandalen
|
| Posted: 07/17/2003, 1:43 PM |
|
Disregard, Found the solution:
http://support.codecharge.com/kb_article.asp?kb_article...3&article_id=29
|
|
|
 |
|