dotnetConnect provider for Microsoft Dynamics CRM not working with tcp ?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
plamenyovchev
Posts: 1
Joined: Wed 17 Apr 2019 07:29

dotnetConnect provider for Microsoft Dynamics CRM not working with tcp ?

Post by plamenyovchev » Wed 17 Apr 2019 07:41

Hello guys,

I have downloaded your trial version but I cannot connect to my Dynamics instance.

I'm getting this error:
Image

And without port

Image

I can't reach it with http or https
But I'am able to connect with SQL Management Studio to the tcp without problem .

How can I connect to tcp server ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dotnetConnect provider for Microsoft Dynamics CRM not working with tcp ?

Post by Shalex » Mon 22 Apr 2019 13:36

dotConnect for Dynamics CRM does not support Dynamics CRM On-Premises and currently works only with the online version of Dynamics CRM.

The Host connection string parameter should be set to login URL to Dynamics CRM service (e.g.: "Host=https://your_company.crm4.dynamics.com;").

Post Reply