PDA

View Full Version : parser error


subil
10-05-2006, 06:22 AM
i have experienced parser error in asp.net web form which is in the inherits statement.i have created a directory calledweb and the class file index
so in the page heading
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="index.aspx.vb" inherits="web.index"%>
but this is not working.plz help

bruce
10-05-2006, 07:31 AM
what is the error?

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

subil
10-06-2006, 04:41 AM
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 'web.index'.

Source Error:





Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="index.aspx.vb" inherits="web.index"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: E:\web\dialkerala4\htdocs\web\index.aspx Line: 1

joelnet
10-06-2006, 11:06 AM
Are you using framework 1.1? Did you compile your application and upload the files in your /bin directory?



Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

subil
10-09-2006, 02:33 AM
thanks.that's the problem.its now ok