Whenever I have a docType that includes the Related Links dataType Standard Values throws an error when trying to edit:
Value cannot be null. Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
I take the Related Links field off and it works again.
I am using the Fieldsets package which is also having issues with the Related Links (http://our.umbraco.org/projects/backoffice-extensions/document-type-fieldsets/bug-reports/33404-Cannot-unregister-UpdatePanel-with-ID-upUrls-since-it-was-not-registered-with-the-ScriptManager?p=1#comment143838), but uninstalling Fieldsets doesn't seem to change the results.
Value cannot be null. Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
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.ArgumentNullException: Value cannot be null. Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
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:
[ArgumentNullException: Value cannot be null.
Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.]
umbraco.controls.ContentControl.LoadPropertyTypes(IContentTypeComposition contentType, TabPage tabPage, Hashtable inTab, Int32 tabId, String tabCaption) +583
umbraco.controls.ContentControl.CreateChildControls() +594
System.Web.UI.Control.EnsureChildControls() +83
umbraco.controls.ContentControl.OnInit(EventArgs e) +38
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Control.AddedControl(Control control, Int32 index) +191
System.Web.UI.ControlCollection.Add(Control child) +86
Sitereactor.StandardValues.EditStandardValue.OnInit(EventArgs e) +972
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Crashes when using Related Links DataType - 6.0.2
Whenever I have a docType that includes the Related Links dataType Standard Values throws an error when trying to edit:
Value cannot be null.
Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
I tried the solution here with no luck: http://www.simonantony.net/knowledge-base/articles/value-cannot-be-null-parameter-name-attribute-error-in-umbraco/
I take the Related Links field off and it works again.
I am using the Fieldsets package which is also having issues with the Related Links (http://our.umbraco.org/projects/backoffice-extensions/document-type-fieldsets/bug-reports/33404-Cannot-unregister-UpdatePanel-with-ID-upUrls-since-it-was-not-registered-with-the-ScriptManager?p=1#comment143838), but uninstalling Fieldsets doesn't seem to change the results.
Server Error in '/' Application.
Value cannot be null.
Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
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.ArgumentNullException: Value cannot be null.
Parameter name: Property promoCTALinks (40) on Content Type Page could not be retrieved for Document 1050 on Tab Page Meta. To fix this problem, delete the property and recreate it.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
It looks like this was resolved in upgrading to 6.0.3. Haven't done thorough testing yet though. Value inheritance doesn't seem to be working though.
Actually it seems to have come back. Very inconsistant. It's also having issues with the uComponents Multi-Url Picker & Notes datatypes.
is working on a reply...