I have written a Plugin in C#. It interacts with a third party web service. I am able to call other search and create methods in the service but there is one call I make that I always get the error message below. I also loose all the trace statements that I have in my code.
Does anyone have any guidance on what to do?
Jason
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.IO.FileNotFoundException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #D8F9A617Detail:
<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.IO.FileNotFoundException&#58; Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support&#58; &#35;D8F9A617</Message>
<Timestamp>2012-11-30T17:04:25.1489495Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[ProjectorPlugIn: ProjectorPlugIn.PostProjectorProjectCreate]
[6b95aa4d-dcca-e111-bd60-78e7d162ee7d: PostProjectorProjectCreate]
</TraceText>
</OrganizationServiceFault>
*This post is locked for comments
I have the same question (0)