什么是解析错误.. [英] what is parse error..

查看:92
本文介绍了什么是解析错误..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

描述:解析服务该请求所需的资源期间发生错误.请查看以下特定的解析错误详细信息,并适当地修改您的源文件.

解析器错误消息:无法加载类型"SourcecodeSH.Masters.Form3".

源错误:

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:

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

推荐答案

检查名称空间的名称,可能是您的名称空间名称不是SourcecodeSH
Check the name of your namespace,may be your namespace name is other than SourcecodeSH


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


这篇关于什么是解析错误..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆