parser error

Discussion in 'ASP.NET / ASP.NET Core' started by subil, Oct 5, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. 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:





    Code:
    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
     
  4. 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
     
  5. thanks.that's the problem.its now ok
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page