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:
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440
No one online?
I have the same problem with version 7, any ideas ..?
I have the same problem as soon as I install any of the Starter Kits and try to preview the site.
is working on a reply...