Hi all,
I've installed the Dynamics 365 Developer Toolkit extension into Visual Studio 2017.
I'm now trying to connect to our On-premises CRM, but the extension keeps erroring at me.
I provide the server URL using 'discover.***.net' and I provide a username and password. (Screenshot below)

This, in turn, provides me with a list of organizations. I select the organization I would like, and click 'Login'. (Screenshot below)

In doing so, I receive an error. Looking at the log, there appears to be a bug.
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Verbose: 16 : ==>DiscoveryServer indicated organization service location = https://raspberry2016.***.net/XRMServices/2011/Organization.svc
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Information: 8 : ==>Organization Service URI is = https://discover.***.net/XRMServices/2011/Organization.svc
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Information: 8 : ==>ConnectAndInitCrmOrgService - Initializing Organization Service Object
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Information: 8 : ==>ConnectAndInitCrmOrgService - Requesting connection to Org with CRM Version: 8.1.1.1005
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Information: 8 : ==>ConnectAndInitCrmOrgService - Using ISerivceManagement
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Verbose: 16 : ==>ConnectAndInitCrmOrgService - attempting to connect to CRM server @ https://discover.***.net/XRMServices/2011/Organization.svc
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Error: 2 : ==>Source : System.ServiceModel
The log shows that it recognizes the correct organization service from the discovery server (https://raspberry2016.***.net/XRMServices/2011/Organization.svc) but then uses the wrong one to try and connect (https://discover.***.net/XRMServices/2011/Organization.svc).
Does anyone have a solution for this?
Thanks,
James