Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Petri Tuononen 17 posts 37 karma points
    May 21, 2012 @ 09:31
    Petri Tuononen
    0

    Error on login

    Hello,

    My Umbraco installation works just fine when debugged locally, but after I made a web deploy (publish in Visual Studio) and try to login to Umbraco I get the following error:

     

    An error occurred while processing your request.

     Exception

     Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. 

    Inner exception

     The partial view 'StartHere' was not found or no view engine supports the searched locations. The following locations were searched: ~/Areas/Umbraco/Views/DashboardEditor/StartHere.cshtml ~/Areas/Umbraco/Views/DashboardEditor/StartHere.vbhtml ~/Areas/Umbraco/Views/Shared/StartHere.cshtml ~/Areas/Umbraco/Views/Shared/StartHere.vbhtml ~/Views/DashboardEditor/StartHere.cshtml ~/Views/DashboardEditor/StartHere.vbhtml ~/Views/Shared/StartHere.cshtml ~/Views/Shared/StartHere.vbhtml ~/Views/Umbraco/StartHere.cshtml ~/Views/Umbraco/Partial/StartHere.cshtml ~/Views/Umbraco/MacroPartials/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/Partial/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/Partial/StartHere.vbhtml ~/App_Plugins/Packages/Umbraco/Views/MacroPartials/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/MacroPartials/StartHere.vbhtml ~/App_Plugins/Packages/Umbraco/Views/Editors/DashboardEditor/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/Editors/DashboardEditor/StartHere.vbhtml ~/App_Plugins/Packages/Umbraco/Views/Editors/Shared/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/Editors/Shared/StartHere.vbhtml ~/App_Plugins/Packages/Umbraco/Views/PropertyEditors/StartHere.cshtml ~/App_Plugins/Packages/Umbraco/Views/PropertyEditors/StartHere.vbhtml ~/App_Plugins/Core/Views/PropertyEditors/StartHere.cshtml ~/App_Plugins/Core/Views/Dashboards/StartHere.cshtml ~/Umbraco/Views/Dashboards/StartHere.cshtml ~/Umbraco/Views/Dashboards/StartHere.vbhtml ~/EV.axd/StartHere.cshtml ~/Areas/Umbraco/Views/DashboardEditor/StartHere.aspx ~/Areas/Umbraco/Views/DashboardEditor/StartHere.ascx ~/Areas/Umbraco/Views/Shared/StartHere.aspx ~/Areas/Umbraco/Views/Shared/StartHere.ascx ~/Views/DashboardEditor/StartHere.aspx ~/Views/DashboardEditor/StartHere.ascx ~/Views/Shared/StartHere.aspx ~/Views/Shared/StartHere.ascx 

    Stack trace

     at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage) at System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) at System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter) at System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues) at Umbraco.Cms.Web.HtmlHelperEditorExtensions.RenderDashboard(HtmlHelper html, DashboardItemModel model) at ASP._Page_Areas_Umbraco_Views_Shared_Dashboard_cshtml.Execute() in e:\Inetpub\wwwroot\ametrocms.vartas.fi\Areas\Umbraco\Views\Shared\Dashboard.cshtml:line 31 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.StartPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) 

     

    I have given full access rights (read/write/modify) for all users via IIS manager.

    Any ideas what might fix the problem?

    Best,
    Petri

     

  • Petri Tuononen 17 posts 37 karma points
    May 21, 2012 @ 09:44
    Petri Tuononen
    0

    Figured out I had to include App_Plugins folder in Visual Studio so that the files get deployed

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies