早教吧 育儿知识 作业答案 考试题库 百科 知识分享

.NET类定义在什么地方定义问题.我改了一个函数,就出现这个错误!Q871934576Description:Anerroroccurredduringthecompilationofaresourcerequiredtoservicethisrequest.Pleasereviewthefollowingspecificerrordetailsand

题目详情
.NET类定义在什么地方定义问题.我改了一个函数,就出现这个错误!
Q871934576
Description:An error occurred during the compilation of a resource required to service this request.Please review the following specific error details and modify your source code appropriately.
Compiler Error Message:ASPNET:Make sure that the class defined in this code file matches the 'inherits' attribute,and that it extends the correct base class (e.g.Page or UserControl).
Source Error:
Line 11:using System.Web.UI.HtmlControls;
Line 12:
Line 13:public partial class Agent_Default :System.Web.UI.Page
Line 14:{
Line 15:protected void Page_Load(object sender,EventArgs e)
▼优质解答
答案和解析
局部类的名字写错了 ...Agent_Default -> Default
看了 .NET类定义在什么地方定义...的网友还看了以下: