I'm trying to add support for URL picker datatype. I added it to the config file, it shows up as a choice in the settings of the data type.
I go to my content. In the properties tab, List Item, I see Link URL. However if I try and add an item, I get an error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.get_m_ActiveMode() +43
uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.OnLoad(EventArgs e) +256
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.AddedControl(Control control, Int32 index) +11249159
MA.Umbraco.DataTypes.RepeatableCustomContent.v2.RepeatableCustomContentDataEditor.setupChildControls(ContentItem editItem) +7187
MA.Umbraco.DataTypes.RepeatableCustomContent.v2.RepeatableCustomContentDataEditor._buttonAddItem_Click(Object o, EventArgs ea) +2145
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3690
This appears to be an issue with Umbraco 4.5.2. Any idea when we can expect an upgrade to support this version? Especially with version 4.7 right around the corner.
Adding URL Picker
I'm trying to add support for URL picker datatype. I added it to the config file, it shows up as a choice in the settings of the data type.
I go to my content. In the properties tab, List Item, I see Link URL. However if I try and add an item, I get an error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Anyone? Hello?
This appears to be an issue with Umbraco 4.5.2. Any idea when we can expect an upgrade to support this version? Especially with version 4.7 right around the corner.
Yo, the Multi-URL Picker is available by building the uComponents source
is working on a reply...