Hello,
I'have processes that publishe and update accounts in Google Application.
I don't know what happened but since a week i'm getting this error on one of the processes :
System.IO.FileLoadException] Could not load file or assembly 'Google.Apis.Admin.Directory.directory_v1, Version=1.43.0.1736, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab' or
one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at StdioProcessor.StdioProcessor._Execute(Job job)
at VI.JobService.JobComponents.ScriptComponent.Activate(String task)
at VI.JobService.JobComponents.ScriptComponent._TaskScriptExec()
at VI.DB.Scripting.ScriptRunner.Eval(String key, Object[] parameters)
---- Start of Inner Exception ----
I know that this is a dll version problem, but i can't find this one 1.43.0.1736
Any idea how to solve this?
Can i put on another version and compile the database ?
Any step by step on how to solve this would be appreciated ,
Thank you