tan2010 0 Posted July 4, 2014 Report Share Posted July 4, 2014 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. Quote Link to post Share on other sites
justsomeguy 1,135 Posted July 7, 2014 Report Share Posted July 7, 2014 Have you made sure that the assembly is compiled before accessing the page? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.