Is anyone else getting an error when creating partial view in a folder? IT does actually create the file but doesn't reload tree.
Version 7.3.1
> System.Web.HttpUnhandledException (0x80004005): Exception of type
> 'System.Web.HttpUnhandledException' was thrown. --->
> System.NullReferenceException: Object reference not set to an instance
> of an object. at
> Umbraco.Web.UI.Umbraco.Settings.Views.EditView.OnLoad(EventArgs e)
> at System.Web.UI.Control.LoadRecursive() at
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> at System.Web.UI.Page.HandleError(Exception e) at
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> at System.Web.UI.Page.ProcessRequest(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> at System.Web.UI.Page.ProcessRequest() at
> System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
> at System.Web.UI.Page.ProcessRequest(HttpContext context) at
> ASP.umbraco_settings_views_editview_aspx.ProcessRequest(HttpContext
> context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
> ASP.NET
> Files\root\42d9edfb\7032e626\App_Web_editview.aspx.1e256fdd.ieelwrtr.0.cs:line
> 0 at
> System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> Boolean& completedSynchronously)
Error when creating partial under a folder
Hi,
Is anyone else getting an error when creating partial view in a folder? IT does actually create the file but doesn't reload tree.
Version 7.3.1
There is an issue raised for this U4-7276.
Also in U4-5959 which has been set to fixed due in version 7.2.1 but I'm still seeing this issue in 7.3.1.
is working on a reply...