Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 'SourcecodeSH.Masters.Form3'.

Source Error:

C#
Line 1:  <%@ Page Language="C#"  AutoEventWireup="True" CodeBehind="Form3.aspx.cs" Inherits="SourcecodeSH.Masters.Form3" %>
Line 2:  
Line 3:  
 

Source File: /Masters/Form3.aspx    Line: 1
Posted
Updated 6-Dec-11 20:48pm
v2
Comments
D K N T H 7-Dec-11 2:49am    
added pre tag

Check the name of your namespace,may be your namespace name is other than SourcecodeSH
 
Share this answer
 
XML
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 'SourcecodeSH.Masters.Form5'.

Source Error:


Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Form5.aspx.cs" Inherits="SourcecodeSH.Masters.Form5" %>
Line 2:
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: /Masters/Form5.aspx    Line: 1
 
Share this answer
 
Comments
Richard MacCutchan 7-Dec-11 6:22am    
What is the point of reposting your original question as a "Solution"? If you have extra information then edit your original post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900