我在编译时遇到了一个错误,但这很奇怪,因为它没有移动到任何地方发生。
错误如下
此处不允许使用“PaySimplex.FrontEnd.Pages.Operations.ParkingPayments.FinhishParking”,因为它不扩展类“System.Web.UI.Page”。
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FinhishParking.aspx.cs" Inherits="PaySimplex.FrontEnd.Pages.Operations.ParkingPayments.FinhishParking" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%@ Reference VirtualPath="~/Pages/Common/MovementsToolTip.ascx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="operationsParkingPaymentsHead" runat="server">
...