I have a sync. plugin that I am trying to invoke a test action from. However whenever I try and do so the 'Execute' method call below throws an exception.
OrganizationRequest req = new OrganizationRequest("new_tstaction"); req["ComponentName"] = source; req["Message"] = message; req["MessageType"] = messageType; req["TimeStamp"] = DateTime.Now; if (source == "Plugin") { req["ComponentName"] = className; req["EventCode"] = 1000; } //execute the request OrganizationResponse response = service.Execute(req);
All I get in the exception is the following: System.Runtime.Serialization.SerializationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9AAC6CDD
Has anyone encountered something like this before? Am I missing anything?
*This post is locked for comments
I have the same question (0)


Report
All responses (
Answers (