Hi,
We are CRM 2016 onprem(recently upgraded from CRM 2015 onprem).
I am trying to use the new tooling connector in my console application. Previously, for such console apps I used to use Microsoft.Xrm.Client namespace.
Now, with the tooling connector I am getting " Organization cannot be null or empty."
My app.config looks like this:
add name="CRM" connectionString="Url=https://xxxx.xxx.us; Username=xxx\CRMxxx; Password=xxxxxx" />
And here is the code snippet:
CrmServiceClient service = new Microsoft.Xrm.Tooling.Connector.CrmServiceClient( ConfigurationManager.ConnectionStrings["CRM"].ConnectionString); return service;
Someone please guide me through this. Thanks for any help!
*This post is locked for comments