I am getting the following error using O365 credential to connect to CDS. It works on another machine, but not on my local machine. I do know that my credential is correct because I can login from another machine.
Couldn't connect to CDS. Verify the server name and logon credentials. See the log file for details.
Method not found: 'System.String Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.get_Geo()'.
at Microsoft.Xrm.Tooling.CrmConnectControl.CrmConnectionManager.QueryOnlineServerList(ObservableCollection`1 svrs, OrganizationDetailCollection col, ClientCredentials liveCreds, Uri trimToDiscoveryUri, Uri globalDiscoUriToUse)
at Microsoft.Xrm.Tooling.CrmConnectControl.CrmConnectionManager.FindCrmOnlineDiscoveryServer(ClientCredentials liveCreds)
at Microsoft.Xrm.Tooling.CrmConnectControl.CrmConnectionManager.ValidateServerConnection(CrmOrgByServer selectedOrg)
Does anyone know what this error is and how can it be addressed?