Copied to clipboard

Flag this post as spam?

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


  • SudhakarJ 2 posts 22 karma points
    Feb 01, 2014 @ 18:48
    SudhakarJ
    0

    Error with first page,

    I am getting the following error. and i check .net version which set to 4.0/4.5 integrated and the permissions on files set to read/write and delete, please let me what else should do

     

     

    Server Error in '/umb' Application.

    The partial view 'umbHomepageBanner' was not found or no view engine supports the searched locations. The following locations were searched:
    ~/Views/RenderMvc/umbHomepageBanner.aspx
    ~/Views/RenderMvc/umbHomepageBanner.ascx
    ~/Views/Shared/umbHomepageBanner.aspx
    ~/Views/Shared/umbHomepageBanner.ascx
    ~/Views/RenderMvc/umbHomepageBanner.cshtml
    ~/Views/RenderMvc/umbHomepageBanner.vbhtml
    ~/Views/Shared/umbHomepageBanner.cshtml
    ~/Views/Shared/umbHomepageBanner.vbhtml
    ~/Views/Partials/umbHomepageBanner.cshtml
    ~/Views/MacroPartials/umbHomepageBanner.cshtml
    ~/Views/umbHomepageBanner.cshtml

     Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: The partial view 'umbHomepageBanner' was not found or no view engine supports the searched locations. The following locations were searched:
    ~/Views/RenderMvc/umbHomepageBanner.aspx
    ~/Views/RenderMvc/umbHomepageBanner.ascx
    ~/Views/Shared/umbHomepageBanner.aspx
    ~/Views/Shared/umbHomepageBanner.ascx
    ~/Views/RenderMvc/umbHomepageBanner.cshtml
    ~/Views/RenderMvc/umbHomepageBanner.vbhtml
    ~/Views/Shared/umbHomepageBanner.cshtml
    ~/Views/Shared/umbHomepageBanner.vbhtml
    ~/Views/Partials/umbHomepageBanner.cshtml
    ~/Views/MacroPartials/umbHomepageBanner.cshtml
    ~/Views/umbHomepageBanner.cshtml

    Source Error:

    Line 3:      Layout = "umbLayout.cshtml";
    Line 4:  }
    Line 5:  @{ Html.RenderPartial("umbHomepageBanner"); }
    Line 6:  
    Line 7:  


    Source File: \wwwroot\umb\Views\umbHomePage.cshtml Line: 5

    Stack Trace:

    [InvalidOperationException: The partial view 'umbHomepageBanner' was not found or no view engine supports the searched locations. The following locations were searched:
    ~/Views/RenderMvc/umbHomepageBanner.aspx
    ~/Views/RenderMvc/umbHomepageBanner.ascx
    ~/Views/Shared/umbHomepageBanner.aspx
    ~/Views/Shared/umbHomepageBanner.ascx
    ~/Views/RenderMvc/umbHomepageBanner.cshtml
    ~/Views/RenderMvc/umbHomepageBanner.vbhtml
    ~/Views/Shared/umbHomepageBanner.cshtml
    ~/Views/Shared/umbHomepageBanner.vbhtml
    ~/Views/Partials/umbHomepageBanner.cshtml
    ~/Views/MacroPartials/umbHomepageBanner.cshtml
    ~/Views/umbHomepageBanner.cshtml]
       System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext, String partialViewName, ViewEngineCollection viewEngineCollection) +327
       System.Web.Mvc.HtmlHelper.RenderPartialInternal(String partialViewName, ViewDataDictionary viewData, Object model, TextWriter writer, ViewEngineCollection viewEngineCollection) +264
       System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(HtmlHelper htmlHelper, String partialViewName) +57
       ASP._Page_Views_umbHomePage_cshtml.Execute() in \wwwroot\umb\Views\umbHomePage.cshtml:5
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197
       System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +103
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +76
       System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +235
       System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +107
       Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) +93
       System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +291
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
       System.Web.Mvc.<>c__DisplayClass1a.



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440

  • SudhakarJ 2 posts 22 karma points
    Feb 02, 2014 @ 17:15
    SudhakarJ
    0

    No one online?

  • Kenluis De Jesus Tavarez 1 post 21 karma points
    Feb 06, 2014 @ 00:22
    Kenluis De Jesus Tavarez
    0

    I have the same problem with version 7, any ideas ..?

  • Ted 1 post 21 karma points
    Aug 20, 2014 @ 15:48
    Ted
    0

    I have the same problem as soon as I install any of the Starter Kits and try to preview the site.

Please Sign in or register to post replies

Write your reply to:

Draft