以下方法返回错误:'Event init cannot be found'并在 System.Web.UI.Page 上获取错误
Visual Studio 2010,框架 3.5
Public Class_default
Inherits System.Web.UI.Page
Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
End Sub