I doubt that this is the problem with default application since MVC 1 and 2 runs without casing issues on mono.
On 11 November 2010 15:35, Abe Gillespie <[email protected]> wrote: > This very often comes down to casing issues. When you run on Linux > you must make sure paths match exactly. For example, if you have: > > <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" > Inherits="System.Web.Mvc.ViewPage" %> > > Then the master file name cannot be "Site.master". It absolutely must > be "Site.Master". No you could try running in IO compatibility mode > ... but I've forgotten how to do that. > > I, myself, tried running and seemed to be getting more serious errors > and promptly quit trying. I've got higher priorities on my todo right > now. > > -Abe > > On Thu, Nov 11, 2010 at 9:30 AM, Tomi <[email protected]> wrote: >> I was getting "System.InvalidOperationException: The view 'Index' or >> its master was not found." when I tried to run default MVC3 >> application (both preview and beta release, both aspx and razor view >> engines) with mono 2.8. More informations can be foung here - >> http://www.mail-archive.com/[email protected]/msg24532.html >> >> On 11 November 2010 15:12, adrin <[email protected]> wrote: >>> >>> Hi, >>> Will recently released ASP.NET MVC 3 Release Candidate work with Mono 2.8? >>> According to ms source "The MVC 3 RC source code is not yet available but it >>> will be published soon". I wonder if anyone tried running latest MVC 3 Beta >>> on Mono? >>> -- >>> View this message in context: >>> http://mono.1490590.n4.nabble.com/Will-ASP-NET-MVC-3-RC-work-in-Mono-2-8-tp3037880p3037880.html >>> Sent from the Mono - General mailing list archive at Nabble.com. >>> _______________________________________________ >>> Mono-list maillist - [email protected] >>> http://lists.ximian.com/mailman/listinfo/mono-list >>> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
