Click here to Skip to main content
15,919,341 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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 'USIS_PAYROLL.PORTAL.WebForm1'.

Source Error:


Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="USIS_PAYROLL.PORTAL.WebForm1" %>

Please assist

What I have tried:

Reviewed my earlier codes and checked on the composition of others
Posted
Updated 17-Jun-16 22:55pm
v2

1 solution

There is nothing we can do to fix this: start by looking at your WebForm1.aspx.cs file, and make sure it contains the class WebForm1, that the namespace is correct, and that the file compiles correctly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900