6
« Last post by grondeau on November 13, 2019, 10:37:30 AM »
Hi.
When exectuing the following call:
"Id returnParamsHome = (Id)SystemClient.ExecuteServerTask("Address Management", "CreateRecord", new Type[] { typeof(string[]), typeof(object[]) }, new object[] { AddressDetail[0], AddressDetail[1] });"
I get the following error:
"Error calling server task.
Impossible to fing assembly 'Pcm.Client.FormTasks.Company, Version=6.5.3.1, Culture=neutral, PublicKeyToken=47e8a196c40562a5'."
(The error message I get is in French, so it might not be an exact translation)
I tried looking to see if, maybe, the client dll didn't get into the ServerTask for some reason, but everything seems to be in order. Another thing I tried is getting the ServerTask MetaItem, and the methods I'm trying to call aren't listed in the WorkFlowCompatibleMethods list of the ServerTask object.
Any help would be appreciated.