Hi Guys,
I've a dialog that generate an email. The last page of the dialog is a link to open the generated email in order to verify it's content and send it.
When I click on send, I've got an unexpected error, and the log is saying :
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: An unexpected error occurred.Detail:
<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>An unexpected error occurred.</Message>
<Timestamp>2015-03-22T16:49:06.3501512Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Any idea ?? manual email creation in CRM is not an issue, I can send them, and I've got other dialog or processes that are creating/sending email without any issues.
My CRM is not online but locally hosted.
Thanks
Laurent
*This post is locked for comments
I have the same question (0)