Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not load type
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Could not load type
Miscellaneous
Thread ID:
00723882
Message ID:
00723882
Views:
37
A consultant just sent me some ASPX pages (along with the .CS and .RESX files). I unzipped them into my project folder with the ASPX pages that I developed. After adding them using the "Add existing item", then compiling them, I get the following error for each of the pages. The consultant says the pages work fine on his system. Any idea what the problem is?
Server Error in '/webecp' 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 'webecp.devtype'.

Source Error: 


Line 1:  <%@ Register TagPrefix="uc1" TagName="ActionBar" Src="ActionBar.ascx" %>
Line 2:  <%@ Page language="c#" Codebehind="devtype.aspx.cs" AutoEventWireup="false" Inherits="webecp.devtype" %>
Line 3:  <%@ Register TagPrefix="uc1" TagName="Find" Src="Find.ascx" %>
Line 4:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
 

Source File: c:\inetpub\wwwroot\webecp\devtype.aspx    Line: 2 
Next
Reply
Map
View

Click here to load this message in the networking platform