Jump to content

tan2010

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tan2010

  1. Hi,

     

    I have a Master page which needs to inherit from a class (MasterPage2.cs) stored inside "App_Web_yht1mma2" folder.

     

    In the master page, I have set the code as:

    <%@ Master Language="C#" AutoEventWireup="true" Inherits="MasterPage2,App_Web_yht1mma2" %>

    When I debug this page, I receive the following error:

    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 the assembly 'App_Web_yht1mma2'. Make sure that it is compiled before accessing the page.Source Error: Line 1:  <%@ Master Language="C#" AutoEventWireup="true" Inherits="MasterPage2,App_Web_yht1mma2" %>Line 2:  Line 3:  Source File: /MasterPage.master    Line: 1

    Kindly advise.

×
×
  • Create New...