Jump to content

[ASP]Parser Error when running asp.net application


Recommended Posts

hi, i downloaded a sample (vb) code and try to run on my local machine, after fixed some virtual directory setting, now i get the follow error when try to run the page:

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 'barcode.WebForm1'.

Line 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="barcode.WebForm1"%>

so obvious it has to do with how the Inherit setting, but i downloaded this code, so I guess I can safely assume it suppose to work? maybe i forgot some other setting?

TIA

Link to comment
Share on other sites


marimirudan@yahoo.com

hi, i downloaded a sample (vb) code and try to run on my local machine, after fixed some virtual directory setting, now i get the follow error when try to run the page:

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 'barcode.WebForm1'.

Line 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="barcode.WebForm1"%>

so obvious it has to do with how the Inherit setting, but i downloaded this code, so I guess I can safely assume it suppose to work? maybe i forgot some other setting?

TIA

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...