When running a plugin, developers may see the error:
The data contract type ‘Microsoft.Xrm.Sdk.OrganizationServiceFault’ cannot be serialized in partial trust because the property ‘ExceptionRetriable’ does not have a public getter.
One reason for this, is when you are using tracing in your plugin, you should have tracing enabled in Dynamics 365 settings.
Code:
[sourcecode language=”CSharp”] ITracingService tracingService = (ITracingService)serviceProvider.GetService(typeof(ITracingService));tracingService.Trace("Tracing");
[/sourcecode]
In System Settings, enable:

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.
IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.
THANK YOU, AND LET'S KEEP LEARNING TOGETHER.
CARL
