Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Do you have any custom properties? My guess is that you have and the ApplyEditChanges method isn't implemented correctly.
Hi,
I am getting System.NullReferenceException: Object reference not set to an instance of an object..while publishing a page...this exception is coming randomly..Please find the stack trace as below.
[NullReferenceException: Object reference not set to an instance of an object.]
EPiServer.Web.PropertyControls.PropertyDateControl.ApplyEditChanges() +12
EPiServer.Web.PropertyControls.PropertyDataControl.ApplyChanges() +44
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +167
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.SetValuesForPropertyControls(Control control) +179
EPiServer.PageBase.PrepareForSave() +90
EPiServer.UI.Edit.EditPanel.SavePage() +76
EPiServer.UI.Edit.EditPageButtonControl.Save(SaveAction saveAction, Boolean goToViewPage) +50
EPiServer.UI.Edit.EditPageButtonControl.Publish_Click(Object sender, EventArgs e) +19
EPiServer.UI.WebControls.ToolButton.OnClick(EventArgs e) +107
EPiServer.UI.WebControls.ToolButton.RaisePostBackEvent(String eventArgument) +135
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Please help me in this case.Thanks in advance