Posted: 7/1/2011
hi,
when I am try to open admin default.aspx page it gives the following exception.
how do I resolve this.
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_hldp4tqy'. Make sure that it is compiled before accessing the page. Source Error:
Line 1: <%@ page language="c#" inherits="nijam.Admin._Default, App_Web_hldp4tqy" %>Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >Line 3: <HTML>
Source File: /nijam/admin/default.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618
Hi Prasanna,
Inheritance should be the namespace and public class of your default.cs page.
If you had code behind, then there is missing a code behind property.
<%@ page language="c#" inherits="nijam.Admin._Default" CodeBehind="Default.aspx.cs"%>
Best Regards,
Gjorgji