Connecting Tech Pros Worldwide Forums | Help | Site Map

Asp.Net Parser Error Message: Could not load type

Newbie
 
Join Date: Mar 2006
Posts: 1
#1: Mar 24 '06
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>.<Class>'.

Source Error:


Line 1: <%@ Import Namespace="<Namespace>"%>
Line 2: <%@ Page Language="vb" AutoEventWireup="false" Inherits="<Namespace>.index" EnableSessionState="true" %>
Line 3:
Line 4: <HTML>


Source File: C:\Inetpub\wwwroot\<Appfolder>\www\index.aspx Line: 2


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.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.

Newbie
 
Join Date: Nov 2007
Posts: 9
#2: Jan 15 '08

re: Asp.Net Parser Error Message: Could not load type


Message Deleted. I didn't notice how old this post was.
Reply