Ever since Microsoft CRM moved online and Plugin sandboxing became mandatory, you’ll have likely come up against the challenge of using third party assemblies. Sand-boxed Plugins cannot access any third-party
Ever since Microsoft CRM moved online and Plugin sandboxing became mandatory, you’ll have likely come up against the challenge of using third party assemblies. Sand-boxed Plugins cannot access any third-party
I recently found an issue with Dynamics 365 Version 9 where a call to ITracingService.Trace(message) from inside a plugin caused the following exception: System.MissingMethodException: Method not found: '!!0 System.Array.Empty()' Or