473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 7780
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.