Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Antony Briggs 78 posts 103 karma points
    Aug 15, 2014 @ 17:35
    Antony Briggs
    0

    Umbraco v7.1.4: umbraco.interfaces.IDataEditor is a legacy object and is not supported by runtime

    Hi,

    I realise that this package hasn't been tested much on v7 yet but you gotta start somewhere!

    The package installs fine on v7.1.4 but when you try to load a docType under the "Standard Values" tree I get the following error:

    NotSupportedException: umbraco.interfaces.IDataEditor is a legacy object and is not supported by runtime generated umbraco.interfaces.IDataType instances to maintain backwards compatibility with the legacy APIs. Consider upgrading your code to use the new Services APIs.]
       Umbraco.Core.PropertyEditors.BackwardsCompatibleDataType.get_DataEditor() +165
       umbraco.controls.ContentControl.AddControlNew(Property p, TabPage tp, String cap) +94
       umbraco.controls.ContentControl.LoadPropertyTypes(IContentTypeComposition contentType, TabPage tabPage, Hashtable inTab, Int32 tabId, String tabCaption) +254
       umbraco.controls.ContentControl.CreateChildControls() +503
       System.Web.UI.Control.EnsureChildControls() +83
       umbraco.uicontrols.TabView.OnInit(EventArgs e) +22
       umbraco.controls.ContentControl.OnInit(EventArgs e) +29
       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) +954
       System.Web.UI.Control.InitRecursive(Control namingContainer) +134
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies