Could not resolve view 'sitemap' in '~/Views/Default/sitemap.aspx, ~/Views/Default/sitemap.ascx, ~/Views/Shared/sitemap.aspx, ~/Views/Shared/sitemap.ascx, ~/Default/sitemap.cshtml, ~/Default/sitemap.vbhtml, ~/Shared/sitemap.cshtml, ~/Shared/sitemap.vbhtml, ~/Default/Default.cshtml, ~/Default/Default.vbhtml, ~/Shared/Default.cshtml, ~/Shared/Default.vbhtml, ~/Views/Default/sitemap.cshtml, ~/Views/Default/sitemap.vbhtml, ~/Views/Shared/sitemap.cshtml, ~/Views/Shared/sitemap.vbhtml'.
System.Web.HttpException (0x80004005): Could not resolve view 'sitemap' in '~/Views/Default/sitemap.aspx, ~/Views/Default/sitemap.ascx, ~/Views/Shared/sitemap.aspx, ~/Views/Shared/sitemap.ascx, ~/Default/sitemap.cshtml, ~/Default/sitemap.vbhtml, ~/Shared/sitemap.cshtml, ~/Shared/sitemap.vbhtml, ~/Default/Default.cshtml, ~/Default/Default.vbhtml, ~/Shared/Default.cshtml, ~/Shared/Default.vbhtml, ~/Views/Default/sitemap.cshtml, ~/Views/Default/sitemap.vbhtml, ~/Views/Shared/sitemap.cshtml, ~/Views/Shared/sitemap.vbhtml'. ---> OL.Web.Core.Exceptions.ViewNotFoundException: Could not resolve view 'sitemap'. ---> OL.Web.Core.Exceptions.ViewNotFoundException: Could not resolve view 'sitemap' in '~/Views/Default/sitemap.aspx, ~/Views/Default/sitemap.ascx, ~/Views/Shared/sitemap.aspx, ~/Views/Shared/sitemap.ascx, ~/Default/sitemap.cshtml, ~/Default/sitemap.vbhtml, ~/Shared/sitemap.cshtml, ~/Shared/sitemap.vbhtml, ~/Default/Default.cshtml, ~/Default/Default.vbhtml, ~/Shared/Default.cshtml, ~/Shared/Default.vbhtml, ~/Views/Default/sitemap.cshtml, ~/Views/Default/sitemap.vbhtml, ~/Views/Shared/sitemap.cshtml, ~/Views/Shared/sitemap.vbhtml'.
at OL.Web.Core.Formatters.WebViewFormatter.GetView(ControllerContext context, RequestData requestData)
--- End of inner exception stack trace ---
at OL.Web.Core.Formatters.WebViewFormatter.GetView(ControllerContext context, RequestData requestData)
at OL.Web.Core.Formatters.WebViewFormatter.Render(RequestContext requestContext, RequestData requestData, ParamsData paramsData, ResultData resultData)
at OL.Web.Core.Formatters.WebViewFormatter.Render(IPipelineContext pipelineContext)
at OL.Web.Core.Formatters.TextFormatter.Execute(IPipelineContext context)
at OL.Web.Core.Stages.OutputStage.Execute(IPipelineContext context)
at OL.Web.Core.ExceptionXs.RethrowAsHttpException(Exception e, HttpStatusCode code)
at OL.Web.Core.Stages.OutputStage.Execute(IPipelineContext context)
at OL.Web.Core.Pipeline.<>c__DisplayClass1_0.<Run>b__2(IPipelineStage s)
at System.Linq.EnumerableEx.<DoCore>d__32`1.MoveNext() in d:\a\1\s\Ix.NET\Source\System.Interactive\System\Linq\Operators\Do.cs:line 129
at OL.Core.Linq.EnumerableXs.Run[T](IEnumerable`1 source)
at OL.Web.Core.Pipeline.Run(IPipelineContext context)
at OL.Web.Core.Handlers.HttpHandler.ProcessRequest(HttpContext httpContext)