Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'Graph.regionAdmin003'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="regionAdmin003.aspx.cs" Inherits="Graph.regionAdmin003" %>
Line 2:
Line 3:
|
解决方案:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="regionAdmin003.aspx.cs" Inherits="Graph.regionAdmin003" %>
Line 2:
Line 3:
|
在ASP.NET2.0里,Page指令的一个显著的变化就是从CodeBehind改变成了CodeFile
阅读(1339) | 评论(1) | 转发(0) |