“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS1061: 'ASP.notify_index_aspx' does not contain a definition for 'Login1_LoggedIn' and no extension method 'Login1_LoggedIn' accepting a first argument of type 'ASP.notify_index_aspx' could be found (are you missing a using directive or an assembly reference?)

源错误:


行 135:            <td valign="top">
行 136:                <asp:Panel ID="loginPanel" runat="server">
行 137:                    <asp:Login ID="Login1" runat="server" DestinationPageUrl="Index.aspx" FailureText="登录失败,请再试一次!"
行 138:                        LoginButtonText="登录" PasswordLabelText="密码:" PasswordRequiredErrorMessage="请输入密码"
行 139:                        RememberMeText="保存登录状态" TitleText="登录系统" UserNameLabelText="用户名:" UserNameRequiredErrorMessage="请输入用户名"

源文件: c:\cbmaabroad\Notify\index.aspx    行: 137





版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4700.0