Copied to clipboard

Flag this post as spam?

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


  • Anton 135 posts 186 karma points
    Mar 27, 2012 @ 14:01
    Anton
    0

    Item has already been added. Key in dictionary: '87' Key being added: '87'

    I tried to create two nodes in one thread without lock, and now all nodes has this exception

    System.ArgumentException: Item has already been added. Key in dictionary: '87'  Key being added: '87'

    [ArgumentException: Item has already been added. Key in dictionary: '87'  Key being added: '87']
       System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +12641046
       umbraco.controls.ContentControl.CreateChildControls() +906
       System.Web.UI.Control.EnsureChildControls() +182
       umbraco.controls.ContentControl.OnInit(EventArgs e) +123
       System.Web.UI.Control.InitRecursive(Control namingContainer) +133
       System.Web.UI.Control.AddedControl(Control control, Int32 index) +277
       umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1005
       System.Web.UI.Control.InitRecursive(Control namingContainer) +133
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1970

  • Sean Dooley 273 posts 490 karma points
    Mar 29, 2012 @ 13:16
    Sean Dooley
    1

    Hi Anton

    Might be worthing looking at this link http://www.wibeck.com/1179.aspx 

    I had similar issue where I renamed a DataType. In that instance I recreated the DataType which fixed the issue.

  • Anton 135 posts 186 karma points
    Mar 29, 2012 @ 13:40
    Anton
    0

    Thanks! I is solved, when I reboot server.

  • 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