Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

CRM : OrganizationWebProxyClient is null

$
0
0

Hi All,

We are using "Microsoft.Xrm.Tooling.Connector" to connect to CRM. Below is the code used to connect. Always IOrganizationService is null.

string connectionString = "Url=xxxxxxxxxxxxx.crm.dynamics.com; Username=xxxxxxxxxxxx; Password=xxxxxxxxxxxxxxxxx; authtype=Office365";
CrmServiceClient conn = new CrmServiceClient(connectionString);
IOrganizationService _orgService = (IOrganizationService)conn.OrganizationWebProxyClient != null ? (IOrganizationService)conn.OrganizationWebProxyClient : (IOrganizationService)conn.OrganizationServiceProxy;

Does anyone aware of the solution to this?

Thanks,

Srinivasa Rao Asapu


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>