GetTypeHashCode() ProcessRequest没有找到适合的方法来重写 System.Web.IHttpHandler.IsReusable 不会实现接口成员

错误 1 “ASP.default_aspx.GetTypeHashCode()”: 没有找到适合的方法来重写 

错误 2 “ASP.default_aspx.ProcessRequest(System.Web.HttpContext)”: 没有找到适合的方法来重写 

错误 3 “ASP.default_aspx”不会实现接口成员“System.Web.IHttpHandler.IsReusable” 

这3个错误是由页面中的代码错误引起的 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="insFamily.aspx.cs" Inherits="account_insFamily" %>

CodeFile为对应的cs文件名 

Inherits为对应的cs文件里的类名 

 

转自:http://heisetoufa.iteye.com/blog/603119

原文地址:https://www.cnblogs.com/sinozhang1988/p/2684388.html