[Mono-bugs] [Bug 529236] New: Master File reference is case-sensitive
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 7 11:46:31 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=529236
Summary: Master File reference is case-sensitive
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: abe.gillespie at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US;
rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Having a master file of "Site.master" -
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage"=
MasterPageFile="~/Site.master" %>
works, but
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage"
MasterPageFile="~/Site.Master" %>
does not. It gives the error:
Failed to create MasterPage instance for '~/Site.Master'.
Reproducible: Always
Actual Results:
Failed to create MasterPage instance for '~/Site.Master'.
Expected Results:
A successful load as seen with Windows / MS ASP.NET.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list