RealView
03-16-2003, 06:59 AM
All of a sudden I get the error below when I create a new web form.
I've deleted, recreated, changed names, no content on the web page other than an "OK" in the form. If I remove Inherits="BAPWP.ptest" from the "<%@ Page ..." header it works ok but isn't properly associated with the code page. On my local computer it works fine.
Any Ideas?
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 'BAPWP.Testing'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Testing.aspx.cs" AutoEventWireup="false" Inherits="BAPWP.Testing" %>
I've deleted, recreated, changed names, no content on the web page other than an "OK" in the form. If I remove Inherits="BAPWP.ptest" from the "<%@ Page ..." header it works ok but isn't properly associated with the code page. On my local computer it works fine.
Any Ideas?
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 'BAPWP.Testing'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Testing.aspx.cs" AutoEventWireup="false" Inherits="BAPWP.Testing" %>