473,471 Members | 1,868 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Master page does not exist

Hi All

I am just in the process of taking the leap into .net 2 and vs 2005 and a I
have come across a bit of a problem.

I have created an Intranet app and have the following folder structure:-

/
/phonebook
/SMS
/QMS

I have a master page in the root of the site which I use on all the pages in
the site, everything works fine in VS 2005 but when I publish the site to my
local IIS I get the following error when I try to access the
/QMS/Default.aspx. NOTE: I don't get the error when I access any of the
other Default.aspx pages in the other directories.

The error is:-

Server Error in '/QMS' Application.
--------------------------------------------------------------------------------

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 '/QMS/IntranetMasterPage.master' does not
exist.

Source Error:
Line 1: <%@ page language="VB" masterpagefile="~/IntranetMasterPage.master"
autoeventwireup="false" inherits="QMS_Default, App_Web_tlcplbav"
title="Untitled Page" %>
Line 2: <asp:Content ID="Content1"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Line 3: <table class="tablefull">
Source File: /QMS/Default.aspx Line: 1

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42

------------------------

I have checked the directive in all the other pages against the
qms/default.aspx page and cannot see any differences.

Any help will be very much appreciated.

Regards
Bren

Why do I climb mountains - Simple because they are there.

www.3peakschallenge.co.uk
Aug 17 '06 #1
2 7796
Sorted this myself, if anyone is interested the problem seemed to be due to
the directory name being "QMS", I changed the name to "qmsonline" and
everything works fine now.

Curious why it didn't like the directory name "QMS" :-|

rgds
bren

"Bren" <mwrote in message news:Ot**************@TK2MSFTNGP02.phx.gbl...
Hi All

I am just in the process of taking the leap into .net 2 and vs 2005 and a
I have come across a bit of a problem.

I have created an Intranet app and have the following folder structure:-

/
/phonebook
/SMS
/QMS

I have a master page in the root of the site which I use on all the pages
in the site, everything works fine in VS 2005 but when I publish the site
to my local IIS I get the following error when I try to access the
/QMS/Default.aspx. NOTE: I don't get the error when I access any of the
other Default.aspx pages in the other directories.

The error is:-

Server Error in '/QMS' Application.
--------------------------------------------------------------------------------

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 '/QMS/IntranetMasterPage.master' does not
exist.

Source Error:
Line 1: <%@ page language="VB"
masterpagefile="~/IntranetMasterPage.master" autoeventwireup="false"
inherits="QMS_Default, App_Web_tlcplbav" title="Untitled Page" %>
Line 2: <asp:Content ID="Content1"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Line 3: <table class="tablefull">
Source File: /QMS/Default.aspx Line: 1

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42

------------------------

I have checked the directive in all the other pages against the
qms/default.aspx page and cannot see any differences.

Any help will be very much appreciated.

Regards
Bren

Why do I climb mountains - Simple because they are there.

www.3peakschallenge.co.uk

Aug 19 '06 #2
Do you have an "application" named QMS on that server? i.e. do you have
a virtual directory mapped to QMS?

Bren wrote:
Sorted this myself, if anyone is interested the problem seemed to be due to
the directory name being "QMS", I changed the name to "qmsonline" and
everything works fine now.

Curious why it didn't like the directory name "QMS" :-|

rgds
bren

"Bren" <mwrote in message news:Ot**************@TK2MSFTNGP02.phx.gbl...
>Hi All

I am just in the process of taking the leap into .net 2 and vs 2005 and a
I have come across a bit of a problem.

I have created an Intranet app and have the following folder structure:-

/
/phonebook
/SMS
/QMS

I have a master page in the root of the site which I use on all the pages
in the site, everything works fine in VS 2005 but when I publish the site
to my local IIS I get the following error when I try to access the
/QMS/Default.aspx. NOTE: I don't get the error when I access any of the
other Default.aspx pages in the other directories.

The error is:-

Server Error in '/QMS' Application.
--------------------------------------------------------------------------------

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 '/QMS/IntranetMasterPage.master' does not
exist.

Source Error:
Line 1: <%@ page language="VB"
masterpagefile="~/IntranetMasterPage.master" autoeventwireup="false"
inherits="QMS_Default, App_Web_tlcplbav" title="Untitled Page" %>
Line 2: <asp:Content ID="Content1"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Line 3: <table class="tablefull">
Source File: /QMS/Default.aspx Line: 1

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42

------------------------

I have checked the directive in all the other pages against the
qms/default.aspx page and cannot see any differences.

Any help will be very much appreciated.

Regards
Bren

Why do I climb mountains - Simple because they are there.

www.3peakschallenge.co.uk

Aug 19 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a...
2
by: Brandon | last post by:
I don't know if this is the right newsgroup for this question . . . if not, please let me know. I'm a newbie to asp.net (C#) and I'm trying to create a very simple page dependent on a master...
3
by: Kevin | last post by:
The web application runs fine on my Windows XP computer but as soon as I load it to our Windows 2003 server I get this error '/master page.master' does not exist The master page is there so am...
0
by: mohammadkashif | last post by:
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. ...
0
by: james.mcdonagh | last post by:
Hi I am a newbie using nAnt for .net 2.0. As such I have not come across this bug before, and I would be happy of any help that you may be able to provide. In order to help I have included the...
0
by: KingKong07 | last post by:
Hi! I have a problem with publishing my solution. I use “Use fixed naming and single page assemblies” to publish. So I just can update one and one file, this works fine, but today I had to update...
3
by: tshad | last post by:
In VS 2005, I need to get access to the body tag which I have set up on my Master Page as: <body ID="MyBody" runat="server"> But when do something like: ...
6
by: Mickey | last post by:
Coming from a Dreamweaver/ASP/PHP background. Planning to use Visual Studio 2008 for a website. Complete newbie question here (please be gentle!): Do master pages work similar to Dreamweaver...
3
by: =?Utf-8?B?U3RldmUgTGFGb3JnZQ==?= | last post by:
I have an intranet site and want to create a simple master page to be shared across all applications that are built for that site. I build my master page in c:\inetpub\wwwroot\Masters as...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.