web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Method not found: '!!0[] System.Array.Empty()'.

ScottDurow Profile Picture ScottDurow 21

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

System.MissingMethodException: Method not found:
'System.String System.String.Format(System.IFormatProvider, System.String, System.Object)'.

 

I simply needed to replace it with TracingService.Trace(message,null);

Hope this helps!


This was originally posted here.

Comments

*This post is locked for comments