Hi All,
I have been given the task of finishing off a project created by another programmer.
The "project" (Not VS.NET Project, just a collection of pages) was created as a web site rather than in a solution/project.
I have now created a project in VS and added all the pages.
Everything works fine except that when I go to add a new page to the project and use it as a code behind, it does not work.
I can remove the Inheritance info from the aspx page and it works ok, but no code behind.
Any Assistance would be appreciated.
The Error is:
Code:
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 'ERPS_DEV.projectDetail'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="projectDetail.aspx.cs" AutoEventWireup="false" Inherits="ERPS_DEV.projectDetail" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: C:\inetpub\wwwroot\ERPS_DEV\projectDetail.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
======================================
They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================