i'm getting the below error while trying to connect from C# to dynamics crm after upgrading from Dynamics crm 2016 update 1 to Dynamics 365
Code:
new OrganizationServiceProxy(new Uri(organizationUrl), null, credentials, credentials);
Error:
{"There is an error in XML document (1, 1298)."}
Any idea ?
*This post is locked for comments