Author: webcrab | Posted on: 12/22/2009 2:36:25 AM | Views : 855

hello, i have a solution with different dll files and from some reason if i use a code with a logical error i don't get the corresponding error message but the same message which is:
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 type 'Alon.Web.login_aspx'
and the same line of code is highlighted:
Line 1:  <%@ Page Language="C#" Async="true" AutoEventWireup="true" Inherits="Alon.Web.login_aspx" Codebehind="Default.aspx.cs" %>
 
what is the cause of this?
Go to the complete details ...