4 questions
0
votes
0
answers
124
views
Connecting to Dynamics CRM fails with proper credentials and message The HTTP request was forbidden with client authentication scheme 'Anonymous'
I am using the XrmToolkit and a connection string to connect to Dynamics 365, with the following call:
var crmServiceClient = new CrmServiceClient(connectionString);
The same code with the same ...
0
votes
0
answers
306
views
Null Reference Exception when connecting to ServiceClient
I got the error 'svc.CurrentAccessToken' threw an exception of type 'System.NullReferenceException' when trying to connect to ServiceClient. The error was raised on this line:
WhoAmIResponse response ...