I have the following directory structure........
- Store
- products
- locations
- bin
- customers
In the store directory I have the StoreMasterPage.master, the pages in that directory obiviously find the master page. However, the pages underneith don't and I am troubled by this. I am using the "~" to get to the root from the subdirectories.
Does anyone have an idea how to resolve the error below?
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: The file '/Store/products/StoreMasterPage.master' does not exist.
Source Error:
Line 1: <%@ page language="C#" autoeventwireup="true" inherits="products_productpricing, App_Web_ft0z4img" masterpagefile="~/StoreMasterPage.master" title="Store" %>
Line 2:
Line 3: <asp:Content ID="Content1" ContentPlaceHolderID="Main" runat="Server">
|
Source File: /Store/products/Pricing.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Thank you!
"From my point of view, the Jedi are evil!"