Stalking the windows event logs, hopefully if the error appears again I can match it up with an error in the Umbraco log to try and find out what this issue is.. :)
But if anyone else has an idea, don't hold back! :) Tell me.
The only common theme I can find is that the duplicate entry is always a numeric value, such as: Item has already been added. Key in dictionary: '80' Key being added: '80'
Item has already been added. Key in dictionary: '80' Key being added: '28'
Item has already been added. Key in dictionary: '80' Key being added: '50'
and not a string value, such as: Item has already been added. Key in dictionary: 'blog' Key being added: 'blog' Item has already been added. Key in dictionary: 'my new template name' Key being added: 'my new template name'
Item has already been added. Key in dictionary: '80' Key being added: '80'
After looking into this, I know you can get the "item has already been added" issue if you have:
Update:
Looks like it occurs on: : /umbraco/editContent.aspx
So must be doctype issue... ?
Stalking the windows event logs, hopefully if the error appears again I can match it up with an error in the Umbraco log to try and find out what this issue is.. :)
But if anyone else has an idea, don't hold back! :) Tell me.
Just had this issue again.
Admin area (content pane, left hand side) was showing the error. Website itself (front end) worked fine.
Restarting IIS fixed the issue. Event viewer shows nothing odd, SQL server logs are fine, IIS logs are OK.
Very strange.
More people with a similar error:
http://our.umbraco.org/forum/core/general/19951-Item-has-already-been-added-Key-in-dictionary-
The only common theme I can find is that the duplicate entry is always a numeric value, such as:
Item has already been added. Key in dictionary: '80' Key being added: '80'
and not a string value, such as:
Item has already been added. Key in dictionary: 'blog' Key being added: 'blog'
Item has already been added. Key in dictionary: 'my new template name' Key being added: 'my new template name'
Cheers
it's Umbraco bug.
Please check http://our.umbraco.org/forum/developers/extending-umbraco/26589-Item-has-already-been-added-Key-in-dictionary?p=0#comment179463 .
is working on a reply...