My ASP.NET MVC application fails with this error:
BC30456: 'Title' is not a member of 'ASP.views_controllername_viewname_aspx'.
But, Title doesn't appear anywhere except the first line of my View.
<%@ Page Title="" Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage(Of SomeThing)" %>