It looks like it is not related to ElasticTextBox only. similar stacktrace for togglebox
System.NullReferenceException: Object reference not set to an instance of an object. at uComponents.Core.DataTypes.ToggleBox.TB_Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at umbraco.uicontrols.PropertyPanel.Render(HtmlTextWriter writer) in d:\TeamCity6\buildAgent\work\f90b8294889fbe14\components\umbraco.controls\Property.cs:line 38
I know what this is... there's a bug/issue with the uComponents installer - when you select which data-types to create, it doesn't sort the default configuration options - and throws an error when you try to use them!
If you go to the data-type itself ... hit save. That will sort the config options. Go back to your content page - it should work fine!
Sorry about this - we'll fix the issue for the next version of uComponents.
Elastic testbox don't work in u4.6b
Hi,
I install uComponents 2.0.1, change some textboxmultiple properties to Elastic TextBox and in content section Null Reference Error occured.
StackTrace:
It looks like it is not related to ElasticTextBox only. similar stacktrace for togglebox
System.NullReferenceException: Object reference not set to an instance of an object. at uComponents.Core.DataTypes.ToggleBox.TB_Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at umbraco.uicontrols.PropertyPanel.Render(HtmlTextWriter writer) in d:\TeamCity6\buildAgent\work\f90b8294889fbe14\components\umbraco.controls\Property.cs:line 38
Hi Petr,
I know what this is... there's a bug/issue with the uComponents installer - when you select which data-types to create, it doesn't sort the default configuration options - and throws an error when you try to use them!
If you go to the data-type itself ... hit save. That will sort the config options. Go back to your content page - it should work fine!
Sorry about this - we'll fix the issue for the next version of uComponents.
Cheers, Lee.
Thanks a lot, it helps.
Maybe it can be mentioned on homepage of uComponents.
is working on a reply...