I have created a fresh install of 7.0.2 on Win8/IIS8, with the Txt starter kit enabled. I publish the Home node and upon browsing to the site get the following message:
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
Sure enough the partial view isn't in the Views\Partials folder, or any views anywhere, for that matter. Any ideas why this might be?
Starter kits - no partial views installed?
I have created a fresh install of 7.0.2 on Win8/IIS8, with the Txt starter kit enabled. I publish the Home node and upon browsing to the site get the following message:
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
Sure enough the partial view isn't in the Views\Partials folder, or any views anywhere, for that matter. Any ideas why this might be?
Hi James,
Maybe something wrong with permissions on folders ?
is working on a reply...