如果从@Page指令中删除了Inherits属性会发生什么?

时间:2015-08-18 17:47:51

标签: asp.net vb.net

我不知道我的项目发生了什么,但自从我用Windows 8重新安装了我的电脑后,该网站没有构建......

我的@Page指令看起来总结如下:

<%@ Page Title="Register" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
CodeBehind="Register.aspx.vb" Inherits="_Register" %>

此页面的代码隐藏如下:

Partial Class _Register
    Inherits MobilePage

    ' subs go here (don't think they're important for the question)

End Class

通过这种方式设置,我收到以下错误:

  

无法加载“_Register”类型。

删除Inherits属性修复了此错误,但它在页面功能方面还做了什么?

0 个答案:

没有答案