[Mono-aspnet-list] ASP.NET MVC 3 on Mono 2.8.1

adrin adrin84 at gmail.com
Sat Jan 15 12:03:53 EST 2011


After a long Console.WriteLine() debugging session I've found a possible
reason for these problems.
It seems that ASP.NET MVC 3 uses BuildManager.GetObjectFactory(virtualPath,
false) != null condition to check if given view file exists.
Mono 2.8 implementation of BuildManager.GetObjectFactory() (System.Web 4.0)
method looks like this:

[MonoTODO("A no-op until we use IWebObjectFactory internally. Always returns
null.")]
public static IWebObjectFactory GetObjectFactory(string virtualPath, bool
throwIfNotFound)
{
    return null;
}

Are there any plans to add ASP.NET MVC 3 support to mono anytime soon?
Please note that I may be wrong and thats only a potential case (worth
investigating nevertheless)

 

 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/ASP-NET-MVC-3-on-Mono-2-8-1-tp3219000p3219272.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list