I'm trying to use iTextSharp in a custom workflow for Dynamics 365.
I'm using ilmerge to merge my workflow dll with the itextsharp dll.
The merged dll is generated and uploaded to CRM using Plugin Registration tool, however, when I ran the workflow I get:
Unhandled Exception: Microsoft.Crm.CrmException: System.Security.SecurityException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #0406AF5A
at Microsoft.Crm.Sandbox.SandboxCodeUnit.Execute(IExecutionContext context)
at Microsoft.Crm.Workflow.Services.ProxyCustomActivity.Execute(CodeActivityContext executionContext)
I was under the understanding that merging the iTextSharp dll was the way to go in CRM Online. Is there something I might be missing?
Or is it not even possible to use itextsharp on online?
Any help/tip is appreciated.
*This post is locked for comments