Hi All,I have a Plugin which calls an WCF service . In WCF service I have 2 operations Consider A and B Operations.
From Plugin If i invoke A operation It works as expected with no exception . But when I invoke the same WCF service with B Operation I am Facing the Below Error :
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Runtime.Serialization.SerializationException:
Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #D79A96B8Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Runtime.Serialization.SerializationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #D79A96B8</Message>
<Timestamp>2013-05-16T13:11:58.2136799Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
I am not able to trace the error.
I am Invoking Both Operations from Same Plugin.
i request any help on above issue?
Thanks in advance
Regards,
Sv Rupesh