
Hello community!
I'm unable to find anything specific to the error "System.MissingMethodException", so I am hoping that someone might have some insight into this.
I'm currently stuck on an error that keeps showing up when trying to upgrade or create an organization on a backend server. I've went as far as uninstalling the CRM Server and I am now unable to re-install a fresh one. I've also tried Repairing prior to uninstalling which was also failing. To clarify upgrading: the patch installs fine (9.0.37), however the action of upgrading any Organization on the server will work but will have errors. I can provide a log if needed.
The set up is 2 tier, one server for backend and one for frontend. (Backend is the one with issues). Recently, a 3-tier set up was put in place (frontend, backend and SQL server) and on that backend, upgrading any organization is working without failing.
I'm just not sure what's going on, I am however suspecting it may be related to internet access?
In each cases the following error is returned: (for confidentiality reason, this is a partial log of a fresh install downloaded Here)
PackageDeployer: Starting CustomControlsCore install.
Failed to install package CustomControlsCore on attempt 1.
Failed to install CustomControlsCoreException: Microsoft.Crm.PackageDeployment.PackageDeployerException: Package CustomControlsCore failed to install on attempt 1.
System.AggregateException: Une ou plusieurs erreurs se sont produites. ---> System.MissingMethodException: Méthode introuvable : 'System.Collections.Generic.IEnumerable`1<System.Tuple`2<System.DateTime,System.String>> Microsoft.Xrm.Tooling.Connector.CrmServiceClient.GetAllLogs()'.
à Microsoft.Crm.MultiTenantPackageDeployment.PdExecutor.Process(PackageDeploymentInputArgs input, JobOutput`1 output, CancellationToken ct)
à System.Threading.Tasks.Task.Execute()
--- Fin de la trace de la pile d'exception interne ---
---> (Exception interne #0) System.MissingMethodException: Méthode introuvable : 'System.Collections.Generic.IEnumerable`1<System.Tuple`2<System.DateTime,System.String>> Microsoft.Xrm.Tooling.Connector.CrmServiceClient.GetAllLogs()'.
à Microsoft.Crm.MultiTenantPackageDeployment.PdExecutor.Process(PackageDeploymentInputArgs input, JobOutput`1 output, CancellationToken ct)
à System.Threading.Tasks.Task.Execute()<---
à Microsoft.Crm.Tools.Admin.InstallDynamicsSolutionsAction.ProcessPackageDeploymentResult(PackageDeployerResult result, String pdLogs, String solutionUniqueName, Int32 attempt)
à Microsoft.Crm.Tools.Admin.InstallDynamicsSolutionsAction.InstallDynamicsPackageInternal(String solutionUniqueName, FileInfo packageFile, OrganizationInfo organizationInfo)
à Microsoft.Crm.Tools.Admin.InstallDynamicsSolutionsAction.InstallDynamicsPackage(String solutionUniqueName, FileInfo packageFile, OrganizationInfo organizationInfo)
à Microsoft.Crm.Tools.Admin.InstallDynamicsSolutionsAction.DoOneInternal(SolutionInfo solutionInfo, String fileFullPathAndName, OrganizationInfo organizationInfo)
Thanks in advance for any assistance given.