Hi Friends,
Please carefully go through my prob which is listed below and give me a solution.
Server Error in '/<Appname>' Application.
--------------------------------------------------------------------------------
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 '<Namespace>.<C lass>'.
Source Error:
Line 1: <%@ Import Namespace="<Nam espace>"%>
Line 2: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="<Name space>.index" EnableSessionSt ate="true" %>
Line 3:
Line 4: <HTML>
Source File: C:\Inetpub\wwwr oot\<Appfolder> \www\index.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
I have an application which have three types of designs. All were working fine. Today I've recompiled my app and copied the Dlls to the bin folders of the all designs. but now only one out of them is working. Rest is giving this error.
Please carefully go through my prob which is listed below and give me a solution.
Server Error in '/<Appname>' Application.
--------------------------------------------------------------------------------
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 '<Namespace>.<C lass>'.
Source Error:
Line 1: <%@ Import Namespace="<Nam espace>"%>
Line 2: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="<Name space>.index" EnableSessionSt ate="true" %>
Line 3:
Line 4: <HTML>
Source File: C:\Inetpub\wwwr oot\<Appfolder> \www\index.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
I have an application which have three types of designs. All were working fine. Today I've recompiled my app and copied the Dlls to the bin folders of the all designs. but now only one out of them is working. Rest is giving this error.
Comment