Estoy siguiendo solution for theming in ASP.NET MVC de Chris Pietschmann.ASP.NET MVC ViewEngine ViewLocationCache.GetViewLocation devuelve nulo
Una cosa que he notado es que el nombre de vista no se está recuperando de ViewLocationCache en solicitudes posteriores. estoy usando ASP.NET MVC 2.0 RC
Cuando se ejecuta el código siguiente:
this.ViewLocationCache.InsertViewLocation(controllerContext.HttpContext, cacheKey, virtualPath);
y yo se ciernen sobre this.ViewLocationCache simplemente devuelve {} System.Web.Mvc.NullViewLocationCache - sugiriendo nada fue agregado?