Hi,
I have a project which connects to the crm serve and adds some info to the crm database.
I want to change the crm server password. After i changed the password, i aslo changed the password in webconfig of the program (visual studio 2015 project.) When i debug the program i got "
An exception of type 'System.Collections.Generic.KeyNotFoundException' occurred
in mscorlib.dll but was not handled in user code
Additional information: The given key was not present in the dictionary.
" error on login .
I also tried to change the username an password both.
How can i achieve this problem? When i change the password to the old one, it works.
In new password it did not. Can any one give me a suggestion? What can i do?
I have to change the crm password.








