Hello,
I got some error when i am trying to debug plugin through plugin registration tool.
here is error :
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: That assembly does not allow partially trusted callers.
Detail: <OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<a:key>CallStack</a:key>
<a:value i:type="b:string" xmlns:b="www.w3.org/.../XMLSchema"> at Tu.Crm.Packages.Plugins.CRM.PostLeadCreate..ctor()</a:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>That assembly does not allow partially trusted callers.</Message>
<Timestamp>2018-03-06T10:36:27.1676969Z</Timestamp>
<InnerFault>
<ErrorCode>0</ErrorCode>
<ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic" />
<Message i:nil="true" />
<Timestamp>0001-01-01T00:00:00</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
Your help in this regard will be highly appreciated!
Thank you
*This post is locked for comments
I have the same question (0)