I have been trying to figure this out for a while now and even though there are plenty of Google results for the error message I receive the solution eludes me. I think that I am doing what I am supposed to be doing.
VS2010,我在App_Data创建了一个共同点。 共同点的内容是所有网页都使用的职能。 就我可以说,这是在多页之间交流守则背后守则的适当途径。
App_Datacommon.cs
namespace nprah
{
public class BasePage : System.Web.UI.Page
{
}
{
鱼类-creek.aspx.cs
namespace nprah
{
public partial class Fishck : BasePage
{
}
}
鱼类-creek.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="鱼类-creek.aspx.cs" Inherits="nprah.BasePage" %>
如果我正确理解因先辈的归属,那么它确实需要包含空间名称。 矿井。 见。
在我管理这一法典时,它产生了以下产出:
Compiler Error 信:ASPNET: 确保本法典界定的类别与遗产归属相符,并扩展正确的基类(例如,页或用户目录)。
资料来源:
Line 11: {
Line 12:
Line 13: public partial class Fishck : BasePage
Line 14: {
Line 15:
视觉演播室在设计过程中没有发现任何错误。 你可能提供的任何指导都会受到高度赞赏。 提前感谢。