python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Could not load file or assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.19.8.16603. does not match the assembly reference
There are two projects in solution.One is API and other is for OrganizationServiceCall.
I have installed one nuget package called Microsoft.CrmSdk.XrmTooling.CoreAssembly it has installed default pack...
Charmy
Votes: 0
Answers: 1
Best practices to organize repository structure for Dynamics 365 CRM Workflows/Plugins/Assemblies
What would be optimal way to set up repository structure for CRM (Dynamics 365) project that should contain advanced features that are being implemented by Workflow Activity/Plugin code?
Would it be w...

Paulius
Votes: 0
Answers: 1
Ws-Trust authentication which has been deprecated and no longer supported in your environment. Please use oAuth2.0 authentication
In Current Project i am using this syntax to retrieve data from Dynamic CRM:
using (OrganizationServiceProxy serviceProxy = new OrganizationServiceProxy(organizationUri, null, _crmCredentials, null)
{...
Charmy
Votes: 0
Answers: 2
Configuring a linked service between zoho (CRM) and Azure Data Factory
I am trying to configure a linked service in Azure Data Factory (ADF) in order to load the ZOHO data to my SQL database. I am using a REST API linked service for this which successfully connects to ZO...
ellargochapo
Votes: 0
Answers: 1