When i change the Password for any member under the Member section in umbraco I get the following errror message.
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.
Is there something that needs to be changed in the web.config after installing Contour?....When i create Members Manually in the Member section i dont have this error message.
Weird, I have tried to make a login page by using the <asp:login> and using the login and password of a member under my member section which i created manually and is working just fine.
However when using Contour 1.1.9 to add new Member to my member section, i can't Change my password or even login and i get the following error again.
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.
I got it sorted out, what i did is very simple on the stage where the form is been submitted I changed the mapping where the Member is being registered.
Instead of Mapping the Name field with the Email field I map it with the Firstname. Wll it worked for me and I no more that the Server error. From there i can change the password or any field i want for any memeber under the Member Section and Login works fine as well.
Anyway am just posting this, if ever someone ever come across this error when using Contour v1.1.9.
Chaging password in Member Section
When i change the Password for any member under the Member section in umbraco I get the following errror message.
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.
Stack Trace:
The same error message is being displayed whenever i try to Login.
Hi All,
Is there something that needs to be changed in the web.config after installing Contour?....When i create Members Manually in the Member section i dont have this error message.
Any Idea?
Weird, I have tried to make a login page by using the <asp:login> and using the login and password of a member under my member section which i created manually and is working just fine.
However when using Contour 1.1.9 to add new Member to my member section, i can't Change my password or even login and i get the following error again.
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.
Stack Trace:
Has anyone try this? Any suggestion?
I got it sorted out, what i did is very simple on the stage where the form is been submitted I changed the mapping where the Member is being registered.
Instead of Mapping the Name field with the Email field I map it with the Firstname. Wll it worked for me and I no more that the Server error. From there i can change the password or any field i want for any memeber under the Member Section and Login works fine as well.
Anyway am just posting this, if ever someone ever come across this error when using Contour v1.1.9.
//fuji
is working on a reply...