Hello all,
I have a project on CRM online 2015 update (7.1.1.4456). I have created a plugin to fire up an update on create order from quote.
I have registered my plugin with CRM plugin Registration Tool.
When i click on Create Order button from quote i receive this error message:
The specified domain does not exists or cannot be contacted. An unexpected error occured from ISV code.
In exception details :
Unexpected exception from plug-in (Execute): PostOrderCreate: System.MissingMethodException: Method not found: 'System.String System.String.Format(System.IFormatProvider, System.String, System.Object)'.</faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts"><ErrorCode>-2147220956</ErrorCode><ErrorDetails /><Message>Unexpected exception from plug-in (Execute): PostOrderCreate: System.MissingMethodException: Method not found: 'System.String System.String.Format(System.IFormatProvider, System.String, System.Object)'.</Message><Timestamp>2016-02-17T15:19:04.9919786Z</Timestamp><InnerFault xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /><TraceText>
[PostOrderCreate]
I have tried to use profiler from CRM Plugin Registration Tool, but when i click on Install Profiler, i receive this error message:
Unable to install the profiler.
Unhandled Exception: System.InvalidOperationException: Unable to locate the "PluginProfiler.Solution.zip" file. Make sure that it is in the same directory as the PluginProfiler.Library.dll assembly.
Can anyone help?
Thanks