PDA

View Full Version : Parser Error - Running an ASPX file.


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" %>

bruce
03-17-2003, 10:02 AM
This error is usually caused by a missing DLL. Make sure you move your latest dll (in your bin folder) to the server.

Let us know if this fix the problem

[b]quote:Originally posted by RealView

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" %>



</blockquote id="quote"></font id="quote">