读书人

Parser Error Message: The file #039;/Ma

发布时间: 2012-06-10 14:03:15 作者: rapoo

Parser Error Message: The file '/MasterPage.master' does not exist.
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: The file '/MasterPage.master' does not exist.


Line 1: <%@ page title="" language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="index, App_Web_index.aspx.cdcab7d2" %>
Line 2:
Line 3: <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">




[解决办法]
缺少母板页页面文件
[解决办法]
The file '/MasterPage.master' does not exist.

检查 文件名,类名 命名空间
[解决办法]
/MasterPage.master

母版页不存在啊

读书人网 >asp.net

热点推荐