I got an error while trying to register plugin using the plugin registration tool in the SDK. The problem comes out of nowhere since before today I always able to do plugin registration using the tool with ease.
The error message is this:
Unhandled Exception: System.ServiceModel.Security.MessageSecurityException:
An unsecured or incorrectly secured fault was received from the other party.
Inner Exception: System.ServiceModel.FaultException: An error occurred when verifying security for the message.
I've done my searching and already try some steps that commonly suggested which are:
- Deleting the LiveDevice.xml file under Users{username}\LiveDeviceID
- Deleting the Connections.config file within the Plugin Registration Folder
- Reboot the PC
- Making sure the discovery url is correct (using: https://disco.crm5.dynamics.com/XRMServices/2011/Discovery.svc)
- Download and using the latest SDK.
My environment is Windows 8 64-bit.
However, it didn't resolved my issue. Is there any steps or things that I've missed or may done wrongly?