Loading ...

Could not load the assembly 'App_Web_hldp4tqy'. Make sure that it is compiled before accessing the page

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  web forms / data controls   » Could not load the assembly 'App_Web_hldp4tqy'. Make sure that it is compiled before accessing the page

Could not load the assembly 'App_Web_hldp4tqy'. Make sure that it is compiled before accessing the page

Posts under the topic: Could not load the assembly 'App_Web_hldp4tqy'. Make sure that it is compiled before accessing the page

Posted: 7/1/2011

Lurker 20  points  Lurker
  • Joined on: 7/5/2010
  • Posts: 4

hi,

when I am try to open admin default.aspx page it gives the following exception.

how do I resolve this.

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_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


Posted: 7/1/2011

Starter 727  points  Starter
  • Joined on: 6/6/2011
  • Posts: 74

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"%>

My recomendation, if you copy paste the code, check the namespace of your Default.aspx.cs code.

Best Regards,

Gjorgji


Page 1 of 1 (2 items)