Hi, I get this error when i try to make a new node.
It is only one node type that has this problem, all other are fine.
Please help :-)
Umbraco v6.1.5 (Assembly version: 1.0.4993.19246)
Server Error in '/' Application.
An item with the same key has already been added.
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.ArgumentException: An item with the same key
has already been added.
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.
An item with the same key has already been added.
Hi, I get this error when i try to make a new node. It is only one node type that has this problem, all other are fine.
Please help :-)
Umbraco v6.1.5 (Assembly version: 1.0.4993.19246)
Thank you :-)
I had the same problem some time ago.
Some possible fixes:
- Reseting IIS.
- Open web.config, add a space and save it again.
- Republish the website.
Did you try deleting the document type and adding it again?
Hi that is a property on a doc type issue. Some where you have two properties with the same alias :). Charlie
is working on a reply...