I am getting an error and unable to save the record.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: INVALID_WRPC_TOKENDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2140991221</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>INVALID_WRPC_TOKEN</Message>
<Timestamp>2016-04-22T00:57:06.8132725Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Note: I have seen some posts saying that we need to turnoff the security check at registry level. But this is not a recommended approach.
How to resolve this issue.
Thanks in Advance.