Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parser Error Problem

Status
Not open for further replies.

number8bus

Programmer
Joined
Oct 18, 2007
Messages
1
Location
GB
Hi there,

I'm getting a 'Parser Error Problem' when I try to access a new webform in a sub folder of my application.

The rest of my application works fine, just when I browse to this page it come up with the Parser error.

I've noticed any new web page that I create in this sub folder give this error.

I've tried a rebuild, a copy into another web form, no luck

Any ideas?

Regards

Lee

-------------------------------------------------------------------------------------

Server Error in '/rr/admin' 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 'rr.editpracticedescription'.

Source Error:


Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="editpracticedescription.aspx.vb" Inherits="rr.editpracticedescription"%>
Line 2:
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Source File: C:\Inetpub\ Line: 1
 
does type rr.editpracticedescription exist and can you instantiate one of the from a code behind?

-The answer to your problem may not be the answer to your question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top