Hi,
I use Visual Studio 2017, .NET Framework 4.7.1 and Dynamics CRM online 9.0.2.
In code I use the ValueTuple introduced in .NET Framework 4.7.
For example:
var retValue = (retCode: statusCode, retMsg: result);
The plugin can be properly registered using the Plugin Registration Tool.
When the plugin is executed, the following error message is displayed:
Could not load type 'System.ValueTuple`2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
According to the documentation the CRM supports SDK version 4.6.2 or higher.
Anyone have an idea?
Many thanks in advance
Patrick