Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
124 views

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 ...
Stephan G's user avatar
  • 3,527
0 votes
0 answers
306 views

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 ...
Stephen's user avatar