Hi All,
I am developing web application. Im facing the below issue. Please help to solve this issue.
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/MasterPage/Site.master" AutoEventWireup="true" CodeFile="ActivationFlag.aspx.cs" Inherits="Pooling.Forms" %>
Source Code
escription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Line 14: namespace JP_CarPooling.Forms
Line 15: {
Line 16: public partial class Activation ...
Go to the complete details ...