我一直在努力解决MS Dynamics CRM Online插件中的错误.(见下文).它似乎发生在随机时间,但更有可能在活动高时发生.我已经验证并且没有尝试/捕获 - 继续问题,因为例外情况表明.并且没有成员参考OrganizationService Kept,因为这篇文章建议:
https://community.dynamics.com/crm/f/117/t/138785.aspx
有谁知道导致这个问题的原因,或者如何解决这个问题?
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220911</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing.</Message>
<Timestamp>2014-09-10T00:30:02.6905225Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220911</ErrorCode>
<ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing.</Message>
<Timestamp>2014-09-10T00:30:02.6905225Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText>
Run Code Online (Sandbox Code Playgroud)